Explorar o código

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

unknown %!s(int64=5) %!d(string=hai) anos
pai
achega
5e22639842
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
         }).inject(titleDiv);
         //if (idx==0){
-        if( this.editable !== false ){
+        if( this.editable != false ){
             this._loadActions(titleDiv);
         }