diff --git a/src/views/home-index/components/dataOverviewProject/components/item-four.vue b/src/views/home-index/components/dataOverviewProject/components/item-four.vue index 39a0d49..310be03 100644 --- a/src/views/home-index/components/dataOverviewProject/components/item-four.vue +++ b/src/views/home-index/components/dataOverviewProject/components/item-four.vue @@ -330,6 +330,7 @@ export default { this.queryParams.lightStatus = '' this.queryParams.teamId = data.teamId + this.queryParams.proId = data.proId this.dialogConfigFour.outerTitle = '人员信息' this.dialogConfigFour.outerVisible = true }, diff --git a/src/views/home-index/components/dataOverviewProject/components/item-one.vue b/src/views/home-index/components/dataOverviewProject/components/item-one.vue index b28276e..77ce48c 100644 --- a/src/views/home-index/components/dataOverviewProject/components/item-one.vue +++ b/src/views/home-index/components/dataOverviewProject/components/item-one.vue @@ -600,6 +600,7 @@ export default { this.queryParamsPerson.isAtt = '' } this.queryParamsPerson.subId = data.subId + this.queryParamsPerson.teamId = '' this.dialogConfigFour.outerTitle = '人员信息' this.dialogConfigFour.outerVisible = true }, @@ -612,6 +613,7 @@ export default { this.queryParamsPerson.isAtt = '' } this.queryParamsPerson.teamId = data.teamId + this.queryParamsPerson.proId = data.proId this.dialogConfigFour.outerTitle = '人员信息' this.dialogConfigFour.outerVisible = true }, diff --git a/src/views/home-index/components/dataOverviewProject/components/item-three.vue b/src/views/home-index/components/dataOverviewProject/components/item-three.vue index 9f79eed..46b1a4a 100644 --- a/src/views/home-index/components/dataOverviewProject/components/item-three.vue +++ b/src/views/home-index/components/dataOverviewProject/components/item-three.vue @@ -362,6 +362,7 @@ export default { } this.queryParams.subId = data.subId this.queryParams.proId = data.proId + this.queryParams.teamId = '' this.dialogConfigFour.outerTitle = '人员信息' this.dialogConfigFour.outerVisible = true }, diff --git a/src/views/home-index/components/dataOverviewProject/components/item-two.vue b/src/views/home-index/components/dataOverviewProject/components/item-two.vue index f1ca1b3..b2428d2 100644 --- a/src/views/home-index/components/dataOverviewProject/components/item-two.vue +++ b/src/views/home-index/components/dataOverviewProject/components/item-two.vue @@ -544,6 +544,7 @@ export default { this.queryParamsPerson.isAtt = '' } this.queryParamsPerson.subId = data.subId + this.queryParamsPerson.teamId = '' this.dialogConfigFour.outerTitle = '人员信息' this.dialogConfigFour.outerVisible = true }, @@ -556,6 +557,7 @@ export default { this.queryParamsPerson.isAtt = '' } this.queryParamsPerson.teamId = data.teamId + this.queryParamsPerson.proId = data.proId this.dialogConfigFour.outerTitle = '人员信息' this.dialogConfigFour.outerVisible = true },