fix table
This commit is contained in:
@@ -1128,6 +1128,7 @@ const _sfc_main = defineComponent({
|
||||
let tmp = { ...props.page };
|
||||
tmp.total = tableDataSource.value.length;
|
||||
emit("update:page", tmp);
|
||||
sxlist.value = [];
|
||||
change({
|
||||
limit: props.page.limit,
|
||||
current: pagecurrent || props.page.current
|
||||
|
||||
Reference in New Issue
Block a user