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

a

parent e4e7a8fe
...@@ -781,7 +781,7 @@ export default { ...@@ -781,7 +781,7 @@ export default {
}) })
}, },
async exportExcel(flage) { async exportExcel(flage) {
const data = this.tabledata const data = this.tableData
const columnsProp_ = [] const columnsProp_ = []
this.tableColumns.forEach(item => { this.tableColumns.forEach(item => {
if (item.childs) { if (item.childs) {
...@@ -817,7 +817,7 @@ export default { ...@@ -817,7 +817,7 @@ export default {
} else { } else {
exportExcelData = result exportExcelData = result
} }
hsUtil.exportToExcel(tHeader, exportExcelData, exportExcelName) hsUtil.ExcelModule.exportToExcel(tHeader, exportExcelData, exportExcelName)
} else { } else {
this.$message.warning('暂无数据~') 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