zhouwx
2024-07-23 3173c73267ba584d72c7862ab159392c5d372216
src/views/safetyReview/expertManage/applyRecords/components/expertForm.vue
@@ -641,6 +641,7 @@
  }
  const handleRemove = (file, uploadFiles,type) => {
    if(file && file.status == 'success') {
    ElMessageBox.confirm(
        '该操作将永久删除此文件内容,是否继续?',
        '提示',
@@ -671,6 +672,7 @@
          }
        })
  }
  }
const onSubmit = async (formEl)=> {
  if (!formEl) return