其他分享
首页 > 其他分享> > iview 中Modal组件点击确定后验证信息不通过则不关闭弹窗方法

iview 中Modal组件点击确定后验证信息不通过则不关闭弹窗方法

作者:互联网

<Modal
  v-model="isTemManageShow"
  title="管理模板"
  @on-ok="ok"
  :loading="loading"
  @on-cancel="cancel">
    <div class="mb10">
      <!-- your content -->
    </div>
</Modal>
      this.loading = false
      this.$nextTick(() => {
        this.loading = true
      })

 

参考文档:https://www.codeleading.com/article/7627410161/

标签:loading,false,关闭,初始值,Modal,true,弹窗,iview
来源: https://www.cnblogs.com/XUYIYUAN/p/16341891.html