|
|
@@ -711,6 +711,8 @@ let pgljSelObj={
|
|
|
if(!this.spread){
|
|
|
this.spread = SheetDataHelper.createNewSpread($("#pglj_from_sheet")[0]);
|
|
|
sheetCommonObj.spreadDefaultStyle(this.spread);
|
|
|
+ }else {
|
|
|
+ this.spread.refresh();
|
|
|
}
|
|
|
this.sheet = this.spread.getSheet(0);
|
|
|
sheetCommonObj.initSheet(this.sheet,this.setting);
|