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