Admin
2022-09-06 7e2b37c805ae40d04c71024ef2b42b69a75fcc84
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) {