新增通用方法简化模态/缓存使用

This commit is contained in:
RuoYi
2021-09-23 09:35:59 +08:00
parent a4099cf645
commit cae41a8da2
30 changed files with 364 additions and 325 deletions

View File

@@ -57,7 +57,7 @@ export default {
if (valid) {
updateUserPwd(this.user.oldPassword, this.user.newPassword).then(
response => {
this.msgSuccess("修改成功");
this.$modal.msgSuccess("修改成功");
}
);
}