Jelajahi Sumber

修复移动端数据网格设置数据异常的问题

unknown 5 tahun lalu
induk
melakukan
7e0b0fc565
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      o2web/source/x_component_process_Xform/DatagridMobile.js

+ 1 - 1
o2web/source/x_component_process_Xform/DatagridMobile.js

@@ -399,7 +399,7 @@ MWF.xApplication.process.Xform.DatagridMobile = new Class({
             "text": MWF.xApplication.process.Xform.LP.item+n
             "text": MWF.xApplication.process.Xform.LP.item+n
         }).inject(titleDiv);
         }).inject(titleDiv);
         //if (idx==0){
         //if (idx==0){
-        if( this.editable != false ){
+        if( this.editable !== false ){
             this._loadActions(titleDiv);
             this._loadActions(titleDiv);
         }
         }