zhaojiale
2022-09-15 e2e6bbc17a362c508ed06012cf7b52feea75c0fb
事故报告照片回显问题
1 files modified
2 ■■■■■ changed files
src/views/accidentManagementSystem/accidentReport/component/openAdd.vue 2 ●●●●● patch | view | raw | blame | history
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) => {