zhaojiale
2022-09-15 e2e6bbc17a362c508ed06012cf7b52feea75c0fb
事故报告照片回显问题
已修改1个文件
2 ■■■■■ 文件已修改
src/views/accidentManagementSystem/accidentReport/component/openAdd.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | 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) => {