zhuth 7 лет назад
Родитель
Сommit
6ede39af9e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      frontend/saas-web/app/view/core/form/field/DetailGridField.js

+ 1 - 1
frontend/saas-web/app/view/core/form/field/DetailGridField.js

@@ -26,7 +26,7 @@ Ext.define('saas.view.core.form.field.DetailGridField', {
     showIndex: true,
     configUrl: '',
     editable: true,
-    allowEmpty: true, // 校验时只校验dirty数据
+    allowEmpty: false, // 校验时只校验dirty数据
 
     initComponent: function() {
         var me = this;