Browse Source

fix(change sheet): change sheet must setTimeOut

master
wbfsa 5 years ago
parent
commit
e51457ef49
  1. 4
      src/controllers/sheetmanage.js

4
src/controllers/sheetmanage.js

@ -899,12 +899,12 @@ const sheetmanage = {
_this.setSheetParam(); _this.setSheetParam();
_this.showSheet(); _this.showSheet();
// setTimeout(function () { setTimeout(function () {
_this.restoreCache(); _this.restoreCache();
formula.execFunctionGroup(); formula.execFunctionGroup();
_this.restoreSheetAll(Store.currentSheetIndex); _this.restoreSheetAll(Store.currentSheetIndex);
luckysheetrefreshgrid(); luckysheetrefreshgrid();
// }, 1); }, 1);
server.saveParam("shs", null, Store.currentSheetIndex); server.saveParam("shs", null, Store.currentSheetIndex);
} }

Loading…
Cancel
Save