This commit is contained in:
liang.chao 2025-12-03 11:15:53 +08:00
parent f8de8543ab
commit 139bed3da0
1 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,7 @@
:option="option"
@on-load="onLoad"
@refresh-change="onLoad"
@search-reset="handleResetSearch"
@current-change="handleCurrentChange"
@size-change="handleSizeChange"
@search-change="handleSearch"
@ -166,6 +167,13 @@ const onLoad = async (pageParam = page) => {
}
};
const handleResetSearch = (done) => {
searchParams.value = {}; //
page.currentPage = 1; //
onLoad(); //
done && done(); // Avue
};
//
const handleSearch = (params, done) => {
//