perf: 批量操作时候reload

This commit is contained in:
rd
2025-07-14 11:16:37 +08:00
parent 22751363e6
commit 6de3c818e8

View File

@ -212,7 +212,7 @@ const reload = () => {
getData();
};
const handleSearch = () => {
getData();
reload();
};
const handleReset = () => {
pageInfo.value = cloneDeep(INITIAL_PAGE_INFO);