This commit is contained in:
jsy_zjg 2025-01-08 12:31:12 +08:00
parent 87c847cbdf
commit 5d1c25d46e
2 changed files with 5 additions and 10 deletions

View File

@ -79,7 +79,6 @@
});
uni.navigateBack();
})
})
})
}

View File

@ -317,15 +317,11 @@
let user = {};
user.userId = this.selectItem.userId;
user.password = this.userForm.passWord;
console.log(user)
plugin.modal.confirm("您确定要修改密码吗?").then(res => {
userResetPwd(user)
.then(res => {
this.showModal = false;
this.userForm.passWord = null;
plugin.modal.msgSuccess("修改成功!")
})
userResetPwd(user)
.then(res => {
this.showModal = false;
this.userForm.passWord = null;
plugin.modal.msgSuccess("修改成功!")
})
},
onDeleteClick(userId) {