From 3173c73267ba584d72c7862ab159392c5d372216 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Tue, 23 Jul 2024 15:25:29 +0800
Subject: [PATCH] bug修改
---
src/layout/components/Register/index.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/layout/components/Register/index.vue b/src/layout/components/Register/index.vue
index e419bde..9b2590f 100644
--- a/src/layout/components/Register/index.vue
+++ b/src/layout/components/Register/index.vue
@@ -664,6 +664,9 @@
}
const handleRemove = async (file, uploadFiles,type) => {
+ if(file && file.status == 'success'){
+
+
let path = '';
if(type === '上报表'){
path = state.registerForm.agency.reportPath;
@@ -682,6 +685,7 @@
message: res.message
})
}
+ }
}
function handleRegister() {
--
Gitblit v1.9.2