zhaojiale
2022-09-15 e2e6bbc17a362c508ed06012cf7b52feea75c0fb
src/views/accidentManagementSystem/accidentReport/component/openAdd.vue
@@ -475,6 +475,8 @@
         accidentDepartmentId.value = item[0].accidentDepartmentId;
         occurrencePlace.value = item[0].occurrencePlace;
         occurrenceTime.value = item[0].occurrenceTime;
         fileList.value = item[0].fileList ? item[0].fileList : [];
         initFileListData();
      };
      // 表单提交验证必填项
      const submitForm = async (title: string, formEl: FormInstance | undefined) => {