We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e260928 commit 78c13d5Copy full SHA for 78c13d5
web/src/js/view/newhome/module/workspace/index.vue
@@ -218,7 +218,7 @@ export default {
218
this.changePage(this.pageNum);
219
},
220
gotoWorkspace(workspace) {
221
- this.$router.push({ path: '/workspace', query: { workspaceId: workspace.id }});
+ this.$router.push({ path: '/workspace', query: { workspaceId: workspace.workspaceId }});
222
223
workspaceShowAction(val) {
224
this.workspaceShow = val;
0 commit comments