Commit ddec2a2f authored by yaya's avatar yaya

feat: 明细导出文案提示添加

parent 80d3d781
...@@ -224,6 +224,10 @@ export default { ...@@ -224,6 +224,10 @@ export default {
this.getList() this.getList()
}, },
handleExport() { handleExport() {
if (this.list.length === 0) {
this.$message.error('暂无明细可导出')
return
}
const options = { const options = {
lock: true, lock: true,
text: '正在导出...', text: '正在导出...',
......
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