src/views/accidentManagementSystem/accidentReport/component/openAdd.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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) => {