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