mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
修改个人主页,显示的机构不对的问题
This commit is contained in:
@@ -147,6 +147,7 @@
|
|||||||
apiUser.getByIds([this.pageId]).then(res => {
|
apiUser.getByIds([this.pageId]).then(res => {
|
||||||
if (res.status == 200) {
|
if (res.status == 200) {
|
||||||
this.userData = res.result[0];
|
this.userData = res.result[0];
|
||||||
|
this.userData.orgInfo=cutFullName(this.userData.orgInfo);
|
||||||
} else {
|
} else {
|
||||||
this.$message.error(res.message);
|
this.$message.error(res.message);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user