diff --git a/report-ui/src/views/report/excelreport/designer/index.vue b/report-ui/src/views/report/excelreport/designer/index.vue index 3a7a0f3e..21e3815a 100644 --- a/report-ui/src/views/report/excelreport/designer/index.vue +++ b/report-ui/src/views/report/excelreport/designer/index.vue @@ -511,9 +511,12 @@ export default { this.pop = false }, save () { - var sheetData = {} - sheetData['sheet'] = this.sheet.getData() - this.reportExcelDto.jsonStr = JSON.stringify(sheetData) + + console.log(luckysheet.toJson()) + console.log(luckysheet.getAllSheets()) + console.log(luckysheet.getSheetData(0)) + + this.reportExcelDto.jsonStr = JSON.stringify(luckysheet.getAllSheets()) var setCodeList = [] var setParams = {} this.dataSet.forEach((code) => {