zhouwx
2024-09-27 6f80a7836b663a6d7970555d0851186cf9bfdf4f
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() {