[admin] user list - fix delayed loading
This commit is contained in:
parent
ac54b6e45a
commit
4c13e90d30
|
@ -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();
|
||||
},
|
||||
|
|
Reference in New Issue