From 3257db38a0ec84d088bcd49ffe96e35d120e29e7 Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: Sun, 8 Dec 2024 12:07:43 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=B0=83=E6=95=B4=E5=8A=A0=E7=AD=BE?= =?UTF-8?q?=EF=BC=8C=E5=87=8F=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Process/multiInstanceUser.vue | 378 ------------------- src/components/Process/submitVerify.vue | 20 +- 2 files changed, 12 insertions(+), 386 deletions(-) delete mode 100644 src/components/Process/multiInstanceUser.vue diff --git a/src/components/Process/multiInstanceUser.vue b/src/components/Process/multiInstanceUser.vue deleted file mode 100644 index e366ea0..0000000 --- a/src/components/Process/multiInstanceUser.vue +++ /dev/null @@ -1,378 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - 搜索 - 重置 - - - - - - - - - - - - - - - - - - - - - {{ scope.row.createTime }} - - - - - - - - {{ user.userName }} - - - - - - - - - - - - - - - - - - - diff --git a/src/components/Process/submitVerify.vue b/src/components/Process/submitVerify.vue index 4f05f75..d5db922 100644 --- a/src/components/Process/submitVerify.vue +++ b/src/components/Process/submitVerify.vue @@ -27,14 +27,19 @@ 委托 转办 加签 - + 减签 终止 @@ -171,9 +176,6 @@ const backForm = ref>({ variables: {}, messageType: ['1'] }); -const closeDialog = () => { - dialog.visible = false; -}; //打开弹窗 const openDialog = (id?: string) => { selectCopyUserIds.value = undefined; @@ -317,10 +319,12 @@ const deleteMultiInstanceUser = async (row) => { message: form.value.message }); await taskOperation(taskOperationBo, 'reductionSignature').finally(() => { - dialog.visible = false; - emits('submitCallback'); - proxy?.$modal.msgSuccess('操作成功'); + loading.value = false; + buttonDisabled.value = false; }); + dialog.visible = false; + emits('submitCallback'); + proxy?.$modal.msgSuccess('操作成功'); }; //打开转办 const openTransferTask = () => {