美文网首页
eros 提示弹窗的使用

eros 提示弹窗的使用

作者: AR7_ | 来源:发表于2018-07-25 18:09 被阅读14次
          this.$notice.confirm({
            title: '提示',
            message: '确定删除这条滤波表数据吗?',
            okTitle: '确认',
            cancelTitle: '取消',
            okCallback: () => {
              // 点击确认按钮的回调
              this.fltListData.splice(index, 1)
              // this.$notice.alert({
              //   message: 'xxx' + index
              // })
            },
            cancelCallback() {
              // 点击取消按钮的回调
            }
          })
    

    相关文章

      网友评论

          本文标题:eros 提示弹窗的使用

          本文链接:https://www.haomeiwen.com/subject/vxrmmftx.html