Commit c5d01652 authored by 刘怀志's avatar 刘怀志

全选反选

parent e8079966
...@@ -475,6 +475,7 @@ export default { ...@@ -475,6 +475,7 @@ export default {
console.log('this.ids' + this.ids) console.log('this.ids' + this.ids)
this.download('business/record/export', exportList, `病历管理-${this.exportFormatTime(new Date())}.xlsx`).then(res => { this.download('business/record/export', exportList, `病历管理-${this.exportFormatTime(new Date())}.xlsx`).then(res => {
this.$refs.table.clearSelection() this.$refs.table.clearSelection()
this.ids = []
}) })
} else { } else {
this.$modal.msgWarning('请选择至少一条数据导出') this.$modal.msgWarning('请选择至少一条数据导出')
......
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