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',