Raod 3 years ago
parent 322a46583e
commit f791de2132

@ -511,9 +511,12 @@ export default {
this.pop = false this.pop = false
}, },
save () { save () {
var sheetData = {}
sheetData['sheet'] = this.sheet.getData() console.log(luckysheet.toJson())
this.reportExcelDto.jsonStr = JSON.stringify(sheetData) console.log(luckysheet.getAllSheets())
console.log(luckysheet.getSheetData(0))
this.reportExcelDto.jsonStr = JSON.stringify(luckysheet.getAllSheets())
var setCodeList = [] var setCodeList = []
var setParams = {} var setParams = {}
this.dataSet.forEach((code) => { this.dataSet.forEach((code) => {

Loading…
Cancel
Save