zhangweicheng 5 năm trước cách đây
mục cha
commit
5352875217
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      public/web/sheet/sheet_common.js

+ 1 - 1
public/web/sheet/sheet_common.js

@@ -371,7 +371,7 @@ var sheetCommonObj = {
             }
             if(setting.owner==='gljTree'){
                 if(setting.header[col].cellType === "checkBox"){
-                    val==1?val:0;
+                    val = val==1?val:0;
                     this.setCheckBoxCell(row,col,sheet,val);
                 }
                 if(setting.header[col].dataCode === 'gljType' && data[row].gljType){