fix(接口测试): 修复切换工作空间模块树展示加载错误问题
--bug=1016213 --user=赵勇 【接口测试】场景引用其他工作空间的接口 / 场景,切换工作空间后,接口 / 场景选择窗口没刷新 https://www.tapd.cn/55049933/s/1232078
This commit is contained in:
parent
0a6e821598
commit
8e9ae1f56c
|
@ -115,6 +115,7 @@ export default {
|
|||
},
|
||||
|
||||
open() {
|
||||
this.workspaceId = getCurrentWorkspaceId();
|
||||
this.getProject();
|
||||
this.selectCounts = null;
|
||||
this.$refs.relevanceDialog.open();
|
||||
|
|
Loading…
Reference in New Issue