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

@@ -347,6 +347,7 @@ watch(tableDataSource, () => {
change({
limit: props.page.limit,
current: pagecurrent || props.page.current,
isReload: true
});
}
});