From dcb9839596d7801403dcb5f247c7993ba6041cb0 Mon Sep 17 00:00:00 2001
From: 若依 <yzz_ivy@163.com>
Date: 星期二, 13 四月 2021 09:36:49 +0800
Subject: [PATCH] !209 导出 Excel 工作表的名称 由 ${businessName} 更改为 ${functionName} Merge pull request !209 from lihy2021/N/A
---
ruoyi-ui/src/views/system/user/profile/userInfo.vue | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/ruoyi-ui/src/views/system/user/profile/userInfo.vue b/ruoyi-ui/src/views/system/user/profile/userInfo.vue
index 2e8ef99..d52137d 100644
--- a/ruoyi-ui/src/views/system/user/profile/userInfo.vue
+++ b/ruoyi-ui/src/views/system/user/profile/userInfo.vue
@@ -62,11 +62,7 @@
this.$refs["form"].validate(valid => {
if (valid) {
updateUserProfile(this.user).then(response => {
- if (response.code === 200) {
- this.msgSuccess("淇敼鎴愬姛");
- } else {
- this.msgError(response.msg);
- }
+ this.msgSuccess("淇敼鎴愬姛");
});
}
});
--
Gitblit v1.9.3