test table
This commit is contained in:
@@ -1131,6 +1131,10 @@ const _sfc_main = defineComponent({
|
||||
tmp.total = tableDataSource.value.length;
|
||||
emit("update:page", tmp);
|
||||
sxlist.value = {};
|
||||
change({
|
||||
limit: props.page.limit,
|
||||
current: props.page.current
|
||||
});
|
||||
}
|
||||
});
|
||||
const change = function(page) {
|
||||
|
||||
Reference in New Issue
Block a user