From 3e68b5c6c7e51ecd801ce89af8c6813748486e55 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 13:56:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=82=B9=E5=87=BB=E8=B4=A3?= =?UTF-8?q?=E4=BB=BB=E9=A2=86=E5=9F=9F=E5=90=8E=EF=BC=8C=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E6=9C=AA=E7=AD=9B=E9=80=89=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectStatusBoard/components/responsibilityList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/projectManagement/projectStatusBoard/components/responsibilityList.vue b/jero-web/src/views/projectManagement/projectStatusBoard/components/responsibilityList.vue index fe0aa1844..5d72e1d59 100644 --- a/jero-web/src/views/projectManagement/projectStatusBoard/components/responsibilityList.vue +++ b/jero-web/src/views/projectManagement/projectStatusBoard/components/responsibilityList.vue @@ -242,9 +242,9 @@ projectNameId: this.projectInfo.projectNameId, targetMarket: this.projectInfo.targetMarket, studioEngineer: this.projectInfo.studioEngineer, - type: type, dutyTerritoryName: item.dutyTerritoryName } + console.log(this.queryParam.operatorType) if (this.queryParam.operatorType == 'queryDesignTaskConfirmation') { query.processState = this.taskProcessState[this.queryParam.status].join(',') query.selectModel = 'designFlowStatus' @@ -262,7 +262,7 @@ query.selectModel = 'verifyFlowStatus' type = '102' } else if (this.queryParam.operatorType == 'queryRZTaskToConfirmStatistics') { - query = '106' + type = '106' item.processState = this.authenticationProcessState[this.queryParam.status].join(',') } else if (this.queryParam.operatorType == 'queryPrehomoStatistics') { type = '106'