fix(系统设置): 修复编辑用户组不能显示工作空间名称的问题

--bug=1007861 --user=刘瑞斌 【系统设置】编辑用户组,所属工作空间显示了ID https://www.tapd.cn/55049933/s/1071017
This commit is contained in:
CaptainB 2021-11-20 16:11:50 +08:00 committed by 刘瑞斌
parent fb620bbe76
commit 7f8733e0ca
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ export default {
}
},
getWorkspace() {
this.$get("/user/group/ws/" + getCurrentUserId(), res => {
this.$get("/workspace/list", res => {
let data = res.data;
if (data) {
this.workspaces = data;