diff --git a/anrui-system-ui/src/views/flow/doneList.vue b/anrui-system-ui/src/views/flow/doneList.vue index a11f8edca6..f9d220f851 100644 --- a/anrui-system-ui/src/views/flow/doneList.vue +++ b/anrui-system-ui/src/views/flow/doneList.vue @@ -263,6 +263,7 @@ const parameter_list = { instanceId: row.procInsId, taskId: row.taskId, + taskDefKey: row.taskDefKey, taskName: row.taskName, deployId: row.deployId, transactState: '01', // 已办任务状态 diff --git a/anrui-system-ui/src/views/flow/todoList.vue b/anrui-system-ui/src/views/flow/todoList.vue index 171788f86a..d7cc8f53b5 100644 --- a/anrui-system-ui/src/views/flow/todoList.vue +++ b/anrui-system-ui/src/views/flow/todoList.vue @@ -296,7 +296,8 @@ taskName: row.taskName, deployId: row.deployId, taskDefKey: row.taskDefKey, - transactState: '00' // 待办任务状态 + transactState: '00', // 待办任务状态 + userSid: this.loginInfo.sid } selectUrl(this.selectUrl_list).then((response) => { if (response.code === '200') {