From 5a18b3f92b75c94c7a04223f9c07afd3574b2772 Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: Sun, 25 Feb 2024 22:09:33 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=B7=BB=E5=8A=A0=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E9=99=84=E4=BB=B6=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Process/submitVerify.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Process/submitVerify.vue b/src/components/Process/submitVerify.vue index f75a852..404e2ad 100644 --- a/src/components/Process/submitVerify.vue +++ b/src/components/Process/submitVerify.vue @@ -8,6 +8,9 @@ 短信 + + + @@ -27,7 +30,6 @@ import { ref } from 'vue'; import { ComponentInternalInstance } from 'vue'; import { ElForm } from 'element-plus'; import { completeTask, backProcess, getBusinessStatus } from '@/api/workflow/task'; -import { any } from 'vue-types'; const { proxy } = getCurrentInstance() as ComponentInternalInstance; const props = defineProps({ @@ -58,6 +60,7 @@ const form = ref>({ }); //打开弹窗 const openDialog = (id?: string) => { + form.value.fileId = undefined taskId.value = id; form.value.message = undefined; dialog.visible = true;