fix(功能用例): 搜索关键词后切换脑图模块时模块数量统计修复
This commit is contained in:
parent
30c12a8796
commit
7288b539a8
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue