From e31bd2c78f88563bd206856cd36d73045ae9d102 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 17 Nov 2025 17:57:45 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/dataOverviewProject/components/item-four.vue | 1 + .../components/dataOverviewProject/components/item-one.vue | 2 ++ .../components/dataOverviewProject/components/item-three.vue | 1 + .../components/dataOverviewProject/components/item-two.vue | 2 ++ 4 files changed, 6 insertions(+) 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 },