From 53ce64de4f1cd6958134716a0ad79b52b2828db4 Mon Sep 17 00:00:00 2001 From: xlsea Date: Tue, 7 Feb 2023 15:14:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=80=E5=90=8E=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E4=BB=BB=E5=8A=A1=E8=8A=82=E7=82=B9=E6=8C=82=E8=BD=BD?= =?UTF-8?q?=E5=AD=90=E8=A1=A8=E5=8D=95formData=E6=B2=A1=E6=9C=89=E5=80=BC?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/flowable/task/todo/detail/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/flowable/task/todo/detail/index.vue b/ruoyi-ui/src/views/flowable/task/todo/detail/index.vue index 70bbcf06..87f104b0 100644 --- a/ruoyi-ui/src/views/flowable/task/todo/detail/index.vue +++ b/ruoyi-ui/src/views/flowable/task/todo/detail/index.vue @@ -448,8 +448,8 @@ export default { const params = {taskId: this.taskForm.taskId} getNextFlowNode(params).then(res => { const data = res.data; + this.taskForm.formData = formData; if (data) { - this.taskForm.formData = formData; if (data.dataType === 'dynamic') { if (data.type === 'assignee') { // 指定人员 this.checkSendUser = true;