From cbcee86d2cb5b7e3873fd0e2ba5e4876a7c3a9fa Mon Sep 17 00:00:00 2001
From: Ricky <hk_ricky@163.com>
Date: Thu, 15 Apr 2021 10:37:22 +0800
Subject: [PATCH] 优化树表代码生成模板
---
ruoyi-ui/src/views/system/user/profile/userInfo.vue | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/ruoyi-ui/src/views/system/user/profile/userInfo.vue b/ruoyi-ui/src/views/system/user/profile/userInfo.vue
index 0b1780d..d52137d 100644
--- a/ruoyi-ui/src/views/system/user/profile/userInfo.vue
+++ b/ruoyi-ui/src/views/system/user/profile/userInfo.vue
@@ -62,9 +62,7 @@
this.$refs["form"].validate(valid => {
if (valid) {
updateUserProfile(this.user).then(response => {
- if (response.code === 200) {
- this.msgSuccess("修改成功");
- }
+ this.msgSuccess("修改成功");
});
}
});
--
Gitblit v1.9.2