Browse Source

流程参数调整

user5 2 years ago
parent
commit
5339051c4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/modules/cw/reportManagement/ReportManagementList.vue

+ 1 - 1
src/views/modules/cw/reportManagement/ReportManagementList.vue

@@ -419,7 +419,7 @@
             this.$router.push({
               path: '/flowable/task/TaskFormDetail',
               query: {
-                ...pick(data.data, 'formType', 'formUrl', 'procDefKey', 'taskDefKey', 'procInsId', 'procDefId', 'taskId', 'status', 'title'),
+                ...pick(data, 'formType', 'formUrl', 'procDefKey', 'taskDefKey', 'procInsId', 'procDefId', 'taskId', 'status', 'title'),
                 isShow: 'false',
                 readOnly: true,
                 title: '质控管理' + '流程详情',