|
@@ -704,14 +704,14 @@ export default {
|
|
|
continue
|
|
|
}
|
|
|
|
|
|
- //数据继续加载或渲染表格
|
|
|
+ //数据继续加载或渲染表格.
|
|
|
if(this.sheetDataPage < this.dataToalPage) {
|
|
|
this.sheetDataPage++;
|
|
|
this.getCellData(sheets)
|
|
|
}else {
|
|
|
console.log(this.sheetAllcellData)
|
|
|
this.sheetConfigOpt.data = sheets.map((_,index) => ({
|
|
|
- index: _.Sort, //工作表索引
|
|
|
+ index: _.Index, //工作表id
|
|
|
order: _.Sort, //工作表的下标
|
|
|
name: _.SheetName,
|
|
|
calcChain: _.CalcChain?JSON.parse(_.CalcChain):[],
|