add Overload Table Callback Flag

This commit is contained in:
2023-06-25 11:21:14 +08:00
parent 4e038b4d2f
commit 94c141f0b4
4 changed files with 6 additions and 3 deletions

View File

@@ -1130,7 +1130,8 @@ const _sfc_main = defineComponent({
emit("update:page", tmp);
change({
limit: props.page.limit,
current: pagecurrent || props.page.current
current: pagecurrent || props.page.current,
isReload: true
});
}
});