瀏覽代碼

流程参数调整

user5 2 年之前
父節點
當前提交
5339051c4c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: '质控管理' + '流程详情',