fix(用例管理): 切换关联接口或场景用例抽屉的项目列表

This commit is contained in:
WangXu10 2024-04-23 18:23:28 +08:00 committed by 刘瑞斌
parent f78286eaf5
commit 758f2f36f4
1 changed files with 3 additions and 0 deletions

View File

@ -718,6 +718,9 @@
watch( watch(
() => props.currentSelectCase, () => props.currentSelectCase,
() => { () => {
if (!props.hideProjectSelect) {
initProjectList(true);
}
initModules(); initModules();
searchCase(); searchCase();
initFilter(); initFilter();