fix(工作台): 修复工作台接口测试跳转页面模块树数量未更新缺陷

This commit is contained in:
xinxin.wu 2024-12-17 11:36:22 +08:00 committed by Craftsman
parent b2c8c1e78f
commit fbed859686
1 changed files with 1 additions and 1 deletions

View File

@ -793,7 +793,7 @@
propsRes.value.filter = { ...NAV_NAVIGATION[route.query.home as WorkNavValueEnum] }; 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); loadApiList(true);
} }
} }