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'