From 2b6d13891c61781406e400452ed65f5810f1a28b Mon Sep 17 00:00:00 2001 From: wbc <942429426@qq.com> Date: Fri, 9 May 2025 17:11:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E5=AF=BC=E5=85=A5=E5=8A=A0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectBoard/unfinishNode/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/projectBoard/unfinishNode/index.vue b/src/views/projectBoard/unfinishNode/index.vue index eabba8d..cc7512b 100644 --- a/src/views/projectBoard/unfinishNode/index.vue +++ b/src/views/projectBoard/unfinishNode/index.vue @@ -13,6 +13,7 @@ @@ -278,11 +279,11 @@ file: file, }; await listUpload(params); - setTimeout(()=>{ - message.success('导入成功') - },500) return false; }; + const importChange = () =>{ + message.success('导入成功') + } onMounted(() => { getInfo(); });