From 88ab0d35267580b419fcb693aef15bf86b26138e Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sun, 14 Jul 2024 15:57:56 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=AB=8B=E9=A1=B9=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DetailComponent/ProjectApply.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/DetailComponent/ProjectApply.vue b/src/components/DetailComponent/ProjectApply.vue index 07a215f..8541e29 100644 --- a/src/components/DetailComponent/ProjectApply.vue +++ b/src/components/DetailComponent/ProjectApply.vue @@ -3,7 +3,7 @@ - @@ -69,8 +69,8 @@
- 提交 - 重新提交 + 提交 + 重新提交 返回
@@ -376,9 +376,9 @@ const getFileParam = (item) => { tag: item.tag } } -const handleSubmit = async (instance) => { - if (!instance) return - instance.validate(async (valid) => { +const handleSubmit = async () => { + // if (!instance) return + // instance.validate(async (valid) => { if (!valid) { ElNotification({ title: '提示', @@ -473,7 +473,7 @@ const handleSubmit = async (instance) => { }) } } - }) + // }) } const init = async () => { let id = projectId.value