From f23800cda7ba433baf876fbd5482fa69348f7c22 Mon Sep 17 00:00:00 2001 From: sunFlower <787203167@qq.com> Date: Tue, 18 Oct 2022 15:50:46 +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 --- .../toDoCenter/regulatoryAssessmentTasks/index.vue | 4 ++-- .../taskConfirmation/components/batchProcessing.vue | 3 +-- .../src/views/toDoCenter/taskConfirmation/index.vue | 10 +++++----- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/index.vue b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/index.vue index ff7f8b869..4c024a4f6 100644 --- a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/index.vue +++ b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/index.vue @@ -8,8 +8,8 @@
{{$t('standardInformation')}}
- + diff --git a/jero-web/src/views/toDoCenter/taskConfirmation/components/batchProcessing.vue b/jero-web/src/views/toDoCenter/taskConfirmation/components/batchProcessing.vue index 45cdf79eb..15f1ca777 100644 --- a/jero-web/src/views/toDoCenter/taskConfirmation/components/batchProcessing.vue +++ b/jero-web/src/views/toDoCenter/taskConfirmation/components/batchProcessing.vue @@ -127,8 +127,7 @@ this.taskIds = [] this.projectLawsInventoryIds = [] this.selectedRowKeys.forEach(res => { - res.taskIds = res.actiProcInstId - this.taskIds.push(res.taskIds) + this.taskIds.push(res.taskId) this.projectLawsInventoryIds.push(res.projectLawsInventoryId) }) this.confirmLoading = false diff --git a/jero-web/src/views/toDoCenter/taskConfirmation/index.vue b/jero-web/src/views/toDoCenter/taskConfirmation/index.vue index d03a64f9b..ef1311a8a 100644 --- a/jero-web/src/views/toDoCenter/taskConfirmation/index.vue +++ b/jero-web/src/views/toDoCenter/taskConfirmation/index.vue @@ -215,11 +215,11 @@ let query = {} if (row.flowType == '1') { query = { - taskDefinitionKey: row.taskDefinitionKey, - taskIds: row.actiProcInstId, - prcType: row.flowType, - prcNum: row.prcNum, - isTrue: true + taskDefinitionKey:row.taskDefinitionKey, + taskIds:row.taskId, + prcType:row.flowType, + prcNum:row.prcNum, + isTrue:true, } let newUrl = this.$router.resolve({ path: '/handshakeProcess',