fix(功能用例): 搜索关键词后切换脑图模块时模块数量统计修复

This commit is contained in:
baiqi 2024-09-23 16:03:26 +08:00 committed by 刘瑞斌
parent 30c12a8796
commit 7288b539a8

View File

@ -1034,7 +1034,7 @@
pageSize: propsRes.value.msPagination?.pageSize,
filter: propsRes.value.filter,
projectId: currentProjectId.value,
keyword: keyword.value,
keyword: showType.value === 'list' ? keyword.value : '',
},
refreshModule
);