add Overload Table Callback Flag
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user