提交 f61c28db authored 作者: 邓文彬's avatar 邓文彬

fix(pad): bug修改

上级 9efe6645
......@@ -144,9 +144,9 @@ export default {
.then((res) => {
// 输入密码与该账号密码一致
if (this.formData.oldPd == this.user.passWord) {
const id = this.user.id;
const userId = this.user.userId;
const tempPersonList = this.personList.map((item) => {
if (item.id == id) {
if (item.userId == userId) {
item.passWord = this.formData.newPd;
}
return item;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论