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