提交 2ededed6 编写于 作者: C Captain.B

url

上级 681db17d
......@@ -56,10 +56,10 @@
data() {
return {
organizationList: [
{ index: '7-1', name: '组织1'},
{index: '7-1', name: '组织1'},
],
workspaceList: [
{ index: '2-1', name: '无工作空间'},
{index: '2-1', name: '无工作空间'},
],
currentUserInfo: {},
currentUserId: JSON.parse(Cookies.get(TokenKey)).id,
......@@ -100,7 +100,7 @@
}
},
initMenuData() {
this.$get("/organization/list/userorg/" + this.currentUserId,response => {
this.$get("/organization/list/userorg/" + this.currentUserId, response => {
this.organizationList = response.data;
})
this.$get("/workspace/list/userworkspace/" + this.currentUserId, response => {
......@@ -121,7 +121,7 @@
let user = {};
user.id = this.currentUserInfo.id;
user.lastSourceId = data.id;
this.$post("/user/update", user);
this.$post("/user/switch/source/" + user.lastSourceId, {});
window.location.reload();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册