导出增加节流锁

This commit is contained in:
aixianling
2023-02-08 15:28:36 +08:00
parent c2badb66e2
commit 2c89032a7e

View File

@@ -63,7 +63,7 @@ export default {
if (this.disabled) {
return this.$message.error('暂无数据')
}
if (this.lock) return this.$message.warn("正在处理中,请勿重复操作!")
if (this.lock) return this.$message.warning("正在处理中,请勿重复操作!")
this.lock = true
this.instance.post(this.url, this.params, {
responseType: 'blob',