|
@@ -487,6 +487,12 @@ let gljComponentOprObj = {
|
|
|
sheetCommonObj.cleanData(me.workBook.getSheet(0), me.setting, -1);
|
|
|
sheetsOprObj.showData(me.workBook.getSheet(0), me.setting, that.currentComponent);
|
|
|
}
|
|
|
+ let focusInter = setInterval(function () {
|
|
|
+ if(!$('#loadingPage').is(':visible')){
|
|
|
+ me.workBook.focus(true);
|
|
|
+ clearInterval(focusInter);
|
|
|
+ }
|
|
|
+ }, 100);
|
|
|
},
|
|
|
updateComponent: function (updateArr) {
|
|
|
let me = gljComponentOprObj, that = repositoryGljObj;
|