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.showSheet();
// setTimeout(function () {
setTimeout(function () {
_this.restoreCache();
formula.execFunctionGroup();
_this.restoreSheetAll(Store.currentSheetIndex);
luckysheetrefreshgrid();
// }, 1);
}, 1);
server.saveParam("shs", null, Store.currentSheetIndex);
}

Loading…
Cancel
Save