Compare commits

...

2 Commits

View File

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