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