master
lion 7 months ago
parent 9f13e642bc
commit 58512fe51a

@ -268,7 +268,7 @@
this.total = res.total
},
exportExcel() {
if (!this.range) {
if (this.total>5000 && !this.range) {
this.$Message.warning('Select a time period to export')
return
}

Loading…
Cancel
Save