!57 调整注释错别字

Merge pull request !57 from Coast/fix/comment
This commit is contained in:
Theo
2025-12-17 06:52:09 +00:00
committed by Gitee

View File

@@ -79,7 +79,7 @@ function usePage() {
function handleSearchClick() {
searchRef.value?.toggleVisible();
}
// 选数据
// 选数据
function handleFilterChange(filterParams: IObject) {
const queryParams = searchRef.value?.getQueryParams();
contentRef.value?.fetchPageData({ ...queryParams, ...filterParams }, true);