!30 修改注释,将涮选改为筛选

Merge pull request !30 from kang_yang/fix/comments
This commit is contained in:
郝先瑞
2024-10-15 08:18:37 +00:00
committed by Gitee

View File

@@ -947,7 +947,7 @@ function handleFilterChange(newFilters: any) {
emit("filterChange", filterParams);
}
// 获取选条件
// 获取选条件
function getFilterParams() {
return filterParams;
}