Explorar o código

col_setting.js

MaiXinRong %!s(int64=7) %!d(string=hai) anos
pai
achega
93efcb769b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/users/js/col_setting.js

+ 1 - 1
web/users/js/col_setting.js

@@ -62,7 +62,7 @@ let ColSettingObj = {
         this.cellType.getText.items(getTextItems);
 
         this.cellType.cellType = new GC.Spread.Sheets.CellTypes.ComboBox();
-        this.cellTypeItems = [];
+        let cellTypeItems = [];
         this.getSettingItems('cellType', cellTypeItems)
         this.cellType.cellType.items(cellTypeItems);