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

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