Skip to content

Commit 78c13d5

Browse files
committed
change workscpace create api
1 parent e260928 commit 78c13d5

File tree

1 file changed

+1
-1
lines changed
  • web/src/js/view/newhome/module/workspace

1 file changed

+1
-1
lines changed

web/src/js/view/newhome/module/workspace/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export default {
218218
this.changePage(this.pageNum);
219219
},
220220
gotoWorkspace(workspace) {
221-
this.$router.push({ path: '/workspace', query: { workspaceId: workspace.id }});
221+
this.$router.push({ path: '/workspace', query: { workspaceId: workspace.workspaceId }});
222222
},
223223
workspaceShowAction(val) {
224224
this.workspaceShow = val;

0 commit comments

Comments
 (0)