fix(工作台): 修复工作台接口测试跳转页面模块树数量未更新缺陷
This commit is contained in:
parent
b2c8c1e78f
commit
fbed859686
|
@ -793,7 +793,7 @@
|
|||
propsRes.value.filter = { ...NAV_NAVIGATION[route.query.home as WorkNavValueEnum] };
|
||||
}
|
||||
|
||||
if (props.selectedProtocols.length > 0) {
|
||||
if (props.selectedProtocols.length > 0 || route.query.home) {
|
||||
loadApiList(true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue