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;