elementui 审核弹框

      this.$confirm("您确认要审核吗?", "警告", {
        confirmButtonText: "确定",
        cancelButtonText: "取消",
        type: "warning",
      })
        .then(function () {
          return auditors({ id: id, authStatus: 1 });
        })
        .then(() => {
          this.getList();
          this.msgSuccess("审核成功");
        })

 

posted @ 2022-04-21 10:53  jqynr  阅读(395)  评论(0)    收藏  举报