fix: drive content not being loaded
This commit is contained in:
parent
2528508cff
commit
4f58b8de20
7 changed files with 13 additions and 35 deletions
|
|
@ -52,8 +52,11 @@ const paginationEl = ref();
|
|||
const pagination: Paging = {
|
||||
endpoint: 'notes/schedule/list',
|
||||
limit: 10,
|
||||
offsetMode: true,
|
||||
};
|
||||
|
||||
console.log(pagination);
|
||||
|
||||
function listUpdate() {
|
||||
paginationEl.value.reload();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue