修改个人主页,显示的机构不对的问题

This commit is contained in:
daihh
2022-11-14 14:51:19 +08:00
parent 5ab94ad72a
commit 6bf3f6d850

View File

@@ -147,6 +147,7 @@
apiUser.getByIds([this.pageId]).then(res => {
if (res.status == 200) {
this.userData = res.result[0];
this.userData.orgInfo=cutFullName(this.userData.orgInfo);
} else {
this.$message.error(res.message);
}