导出增加节流锁
This commit is contained in:
@@ -63,7 +63,7 @@ export default {
|
|||||||
if (this.disabled) {
|
if (this.disabled) {
|
||||||
return this.$message.error('暂无数据')
|
return this.$message.error('暂无数据')
|
||||||
}
|
}
|
||||||
if (this.lock) return this.$message.warn("正在处理中,请勿重复操作!")
|
if (this.lock) return this.$message.warning("正在处理中,请勿重复操作!")
|
||||||
this.lock = true
|
this.lock = true
|
||||||
this.instance.post(this.url, this.params, {
|
this.instance.post(this.url, this.params, {
|
||||||
responseType: 'blob',
|
responseType: 'blob',
|
||||||
|
|||||||
Reference in New Issue
Block a user