Merge branch 'build' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_webapp into build
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user