码迷,mamicode.com
首页 > 其他好文 > 详细

iview Modal 确定按钮loading

时间:2020-02-27 13:09:43      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:成功   ESS   lse   his   settime   false   tle   let   out   

iview Modal 确定按钮loading

let _this = this
setTimeout(() => {
    _this.btnLoading = false;
    _this.$nextTick(() => {_this.btnLoading = true;});
}, 100)

2

this.$Modal.success({
    title: ‘‘,
    content: `<strong style="font-size:16px">确认成功</strong>`,
    onOk: () => {
        this.btnLoading = false;
        this.modal = false;
        // do something
    }
});

 

end.

iview Modal 确定按钮loading

标签:成功   ESS   lse   his   settime   false   tle   let   out   

原文地址:https://www.cnblogs.com/wn798/p/12371501.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!