From 98984575f78be3ae9b5c0a6162890340b037738e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Thu, 26 Oct 2023 09:48:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A4=E8=AF=81=E6=B8=85?= =?UTF-8?q?=E5=8D=95=E6=88=AA=E6=AD=A2=E6=97=B6=E9=97=B4=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/projectManagement/components/responsibilityList.vue | 3 ++- .../components/responsibilityList.vue | 3 ++- .../projectStatusBoard/components/responsibilityList.vue | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/responsibilityList.vue b/jero-web/src/views/projectManagement/components/responsibilityList.vue index 86259d364..a5470d4f5 100644 --- a/jero-web/src/views/projectManagement/components/responsibilityList.vue +++ b/jero-web/src/views/projectManagement/components/responsibilityList.vue @@ -141,7 +141,8 @@ this.visible = false }, areaOfResponsibilityClick(item) { - if (this.queryParam.operatorType == 'queryFGTaskToConfirmStatistics' || + if (this.queryParam.operatorType == 'queryDesignTaskConfirmation' || + this.queryParam.operatorType == 'queryVerificationTaskConfirmation' || this.queryParam.operatorType == 'queryDesignStatistics' || this.queryParam.operatorType == 'queryVerifyStatistics') { item.isListing = '1' diff --git a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/responsibilityList.vue b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/responsibilityList.vue index 86259d364..a5470d4f5 100644 --- a/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/responsibilityList.vue +++ b/jero-web/src/views/projectManagement/platformItemLibraryDetails/components/responsibilityList.vue @@ -141,7 +141,8 @@ this.visible = false }, areaOfResponsibilityClick(item) { - if (this.queryParam.operatorType == 'queryFGTaskToConfirmStatistics' || + if (this.queryParam.operatorType == 'queryDesignTaskConfirmation' || + this.queryParam.operatorType == 'queryVerificationTaskConfirmation' || this.queryParam.operatorType == 'queryDesignStatistics' || this.queryParam.operatorType == 'queryVerifyStatistics') { item.isListing = '1' diff --git a/jero-web/src/views/projectManagement/projectStatusBoard/components/responsibilityList.vue b/jero-web/src/views/projectManagement/projectStatusBoard/components/responsibilityList.vue index 9be0759ff..51a0da2da 100644 --- a/jero-web/src/views/projectManagement/projectStatusBoard/components/responsibilityList.vue +++ b/jero-web/src/views/projectManagement/projectStatusBoard/components/responsibilityList.vue @@ -144,7 +144,8 @@ }, areaOfResponsibilityClick(item) { let type = '' - if (this.queryParam.operatorType == 'queryFGTaskToConfirmStatistics' || + if (this.queryParam.operatorType == 'queryDesignTaskConfirmation' || + this.queryParam.operatorType == 'queryVerificationTaskConfirmation' || this.queryParam.operatorType == 'queryDesignStatistics' || this.queryParam.operatorType == 'queryVerifyStatistics') { type = '102'