فهرست منبع

Мелкая поправка

Book Pauk 2 سال پیش
والد
کامیت
86f6ba5ba0
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      client/components/Search/Search.vue

+ 1 - 0
client/components/Search/Search.vue

@@ -262,6 +262,7 @@ const componentOptions = {
         },
         selectedList(newValue) {
             this.selectedListComponent = (route2component[newValue] ? route2component[newValue].component : null);
+            this.pageCount = 1;
 
             if (this.getListRoute() != newValue) {
                 this.updateRouteQueryFromSearch();