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'