From 98728828ad6ddbc82727ffb19f5fd5fd72f35de2 Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: Sat, 8 Mar 2025 00:09:46 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E5=A2=9E=E5=8A=A0=E7=A4=BA=E4=BE=8B=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8F=90=E4=BA=A4=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Process/submitVerify.vue | 3 +-- src/views/workflow/leave/leaveEdit.vue | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/Process/submitVerify.vue b/src/components/Process/submitVerify.vue index ff24a4b..c2697c9 100644 --- a/src/components/Process/submitVerify.vue +++ b/src/components/Process/submitVerify.vue @@ -253,11 +253,10 @@ const openDialog = async (id?: string) => { buttonDisabled.value = true; const response = await getTask(taskId.value); task.value = response.data; - buttonObj.value = []; + buttonObj.value = {}; task.value.buttonList.forEach((e) => { buttonObj.value[e.code] = e.show; }); - buttonObj.value.applyNode = task.value.applyNode; buttonDisabled.value = false; const data = { taskId: taskId.value, diff --git a/src/views/workflow/leave/leaveEdit.vue b/src/views/workflow/leave/leaveEdit.vue index a8c1bfd..0a0660a 100644 --- a/src/views/workflow/leave/leaveEdit.vue +++ b/src/views/workflow/leave/leaveEdit.vue @@ -111,6 +111,10 @@ const flowCodeOptions = [ { value: 'leave5', label: '请假申请-并行会签网关' + }, + { + value: 'leave6', + label: '请假申请-排他并行会签' } ];