reject() {
        this.$confirm('确认要驳回机构条款自评数据吗?', '提示', { type: 'warning' })
          .then(() => {
            //方法调用
            //...
          }).catch(() => {//选择取消后执行
            this.$notify({
              title: "已取消",
              type: 'info'
            });
          })

      },

Logo

Vue社区为您提供最前沿的新闻资讯和知识内容

更多推荐