src/views/contingencyManagement/emergencyResources/emergencyMaterialsInspection/component/openAdd.vue
@@ -133,7 +133,7 @@ }); // 表单提交验证必填项 const submitForm = async (title: string, formEl: FormInstance | undefined) => { if (title == '新建应急物资检查') { if (title == '新增应急物资检查') { if (!formEl) return; await formEl.validate((valid, fields) => { if (valid) {