mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud.git
synced 2025-09-08 08:58:00 +00:00
新增通用方法简化模态/缓存使用
This commit is contained in:
@@ -57,7 +57,7 @@ export default {
|
||||
if (valid) {
|
||||
updateUserPwd(this.user.oldPassword, this.user.newPassword).then(
|
||||
response => {
|
||||
this.msgSuccess("修改成功");
|
||||
this.$modal.msgSuccess("修改成功");
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user