Commit ab67cc0e authored by lei's avatar lei

fix:修改密码返回信息问题

parent 6c5d8e92
...@@ -186,10 +186,10 @@ export default { ...@@ -186,10 +186,10 @@ export default {
if (res.code === 200) { if (res.code === 200) {
this.upWindowShow = false; this.upWindowShow = false;
this.password = ""; this.password = "";
this.$modal.msgSuccess("操作成功"); this.$modal.msgSuccess(res.msg);
this.initPumpList(); this.initPumpList();
} else { } else {
this.$modal.msgError(res.message); this.$modal.msgError(res.msg);
} }
}); });
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment