mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-17 11:35:33 -04:00
[admin] user list - fix delayed loading
This commit is contained in:
parent
3f7969d971
commit
f8b644d63b
@ -141,7 +141,8 @@
|
||||
this.page = 0;
|
||||
await this.loadData();
|
||||
},
|
||||
async query() {
|
||||
async query(after, before, t) {
|
||||
if (JSON.stringify(after) === JSON.stringify(before)) { return; }
|
||||
this.page = 0;
|
||||
await this.loadData();
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user