Compare commits

..

No commits in common. "dbaa300f56cd2182aa93f8892946b9dd4ca194b9" and "4b39643e687b6828cb5c717d9b386c27bb67597e" have entirely different histories.

View File

@ -159,7 +159,7 @@
// //
resetLists() { resetLists() {
this.page = 1; this.page = 1;
this.list = []; this.alllist = [];
this.loadStatus = 'loading' this.loadStatus = 'loading'
} }
} }