Commit 4ebddc62 authored by 盖献康's avatar 盖献康

检查管理-导出bug

parent 98a54043
...@@ -655,7 +655,7 @@ export default { ...@@ -655,7 +655,7 @@ export default {
// }, `manage_${new Date().getTime()}.xlsx`) // }, `manage_${new Date().getTime()}.xlsx`)
if (this.ids.length !== 0) { if (this.ids.length !== 0) {
const exportTable = {} const exportTable = {}
exportTable.treatIds = this.ids exportTable.checkIds = this.ids
this.download('business/check/export', exportTable, `检查管理-${this.exportFormatTime(new Date())}.xlsx`).then(res => { this.download('business/check/export', exportTable, `检查管理-${this.exportFormatTime(new Date())}.xlsx`).then(res => {
this.$refs.table.clearSelection() this.$refs.table.clearSelection()
}) })
......
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