Commit 456767e8 authored by 小费同学阿's avatar 小费同学阿 💬

65951 (91)【接力】全局,删除按钮状态修改

parent 27b8b82c
...@@ -44,6 +44,8 @@ export default { ...@@ -44,6 +44,8 @@ export default {
closeOnClickModal: false closeOnClickModal: false
}).then(() => { }).then(() => {
this.clickAction() this.clickAction()
}).finally(() => {
Array.prototype.forEach.call(document.getElementsByClassName('el-button'), element => element.blur())
}) })
} else { } else {
this.clickAction() this.clickAction()
......
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