update
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
const dataSource = ref([]);
|
||||
const pagination = ref({
|
||||
current: 1,
|
||||
pageSize: 2,
|
||||
pageSize: 10,
|
||||
total: 0,
|
||||
onChange: pageChange,
|
||||
});
|
||||
@@ -90,7 +90,6 @@
|
||||
}
|
||||
|
||||
function interval() {
|
||||
console.log(55555);
|
||||
// timer.value = setInterval(() => {
|
||||
let page = pagination.value.current < pages.value ? pagination.value.current + 1 : 1;
|
||||
init(page);
|
||||
|
||||
Reference in New Issue
Block a user