Commit ddec2a2f authored by yaya's avatar yaya

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

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