zhouwx
2024-07-23 3173c73267ba584d72c7862ab159392c5d372216
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() {