Commit e8aa44cc authored by 何虹's avatar 何虹 💬

a

parent e4e7a8fe
......@@ -781,7 +781,7 @@ export default {
})
},
async exportExcel(flage) {
const data = this.tabledata
const data = this.tableData
const columnsProp_ = []
this.tableColumns.forEach(item => {
if (item.childs) {
......@@ -817,7 +817,7 @@ export default {
} else {
exportExcelData = result
}
hsUtil.exportToExcel(tHeader, exportExcelData, exportExcelName)
hsUtil.ExcelModule.exportToExcel(tHeader, exportExcelData, exportExcelName)
} else {
this.$message.warning('暂无数据~')
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment