zhouwx
2024-07-23 3173c73267ba584d72c7862ab159392c5d372216
src/views/safetyReview/userManage/expertUsers/components/expertDialog.vue
@@ -671,6 +671,7 @@
}
const handlePhotoRemove = async (file) => {
  if (file && file.status == 'success') {
  // state.form.idPhoto = ''
  let path = ""
@@ -696,6 +697,7 @@
  }).catch(() => {
    state.form.idPhoto = ''
  });
}
  // const res = await delPic({path: path})
@@ -716,6 +718,8 @@
const handleRemove = async (file, uploadFiles,type) => {
  if(file && file.status == 'success') {
    let path = ""
    if(state.title === '编辑') {
        const base = import.meta.env.VITE_APP_BASE_API
@@ -754,6 +758,7 @@
        state.form.salaryAttach = state.form.salaryAttach.filter(item => item.path !== path)
    }
}
}
const finshed = ref(false)
const getAgency = async (type) => {
  if (type === 'open' && state.pageNum !== 1) {