From 4cd7973c76b94fe9b5fff77d46c03f3895f2b63d Mon Sep 17 00:00:00 2001 From: sunFlower <787203167@qq.com> Date: Wed, 19 Oct 2022 09:21:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=BE=85=E5=8A=9E=E4=B8=AD?= =?UTF-8?q?=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regulatoryAssessmentTasks/components/dealtWith.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/dealtWith.vue b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/dealtWith.vue index 1ca7c4a9a..7a68c579a 100644 --- a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/dealtWith.vue +++ b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/dealtWith.vue @@ -124,9 +124,10 @@ if (row.flowType == '5') { query = { prcId:row.actiProcInstId, - taskIds:row.taskIds, + taskIds:row.taskId, prcType:row.flowType, router:row.router, + prcNum:row.prcNum, taskDefinitionKey:row.taskDefinitionKey, isDisabled:false } @@ -138,8 +139,9 @@ } else if (row.flowType == '6') { query = { taskDefinitionKey:row.taskDefinitionKey, - taskIds:row.taskIds, + taskIds:row.taskId, prcType:row.flowType, + prcNum:row.prcNum, prcId:row.actiProcInstId, router:row.router, isDisabled:false,