This commit is contained in:
yanran200730
2023-02-08 16:36:48 +08:00

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',