Commit 6b8b9e5a authored by 盖献康's avatar 盖献康

bug(68480) - 导出数量

parent b029747d
......@@ -547,7 +547,7 @@ export default {
if (this.ids.length !== 0) {
const exportTable = {}
exportTable.inHospitalIds = this.ids
this.download('business/hospital/export', { exportId: this.ids.join(',') }, `住院管理-${this.exportFormatTime(new Date())}.xlsx`).then(res => {
this.download('business/hospital/export', exportTable, `住院管理-${this.exportFormatTime(new Date())}.xlsx`).then(res => {
this.$refs.table.clearSelection()
})
} else {
......
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