From d666e31a3c404e7cadb601eec251bebe38af7a88 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 30 Jun 2022 19:52:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BE=85=E5=8A=9E=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=92=8C=E5=B7=B2=E5=8A=9E=E4=BB=BB=E5=8A=A1=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E5=8A=9E=E7=90=86=E6=88=96=E8=80=85=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=97=B6=E7=BC=BA=E5=B0=91=E5=8F=82=E6=95=B0=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anrui-system-ui/src/views/flow/doneList.vue | 1 + anrui-system-ui/src/views/flow/todoList.vue | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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') {