zhouwx
2024-08-16 199338bd4fe73d295f18b032f8ce65e8e95896b2
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() {