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() {