用户重置密码

master
rouchen 2024-04-12 15:50:57 +08:00
parent e0008cd0cb
commit 07b86dc261
1 changed files with 1 additions and 0 deletions

View File

@ -615,6 +615,7 @@ export default {
},
/** 重置密码按钮操作 */
handleResetPwd(row) {
console.log(row)
this.$prompt('请输入"' + row.userName + '"的新密码', "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",