duy il y a 3 jours
Parent
commit
8e63827820
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/manager/wbsinfo.vue

+ 1 - 1
src/views/manager/wbsinfo.vue

@@ -548,7 +548,7 @@ export default {
     clearSearch(){
        this.page.currentPage = 1;
       this.query = {};
-      this.onLoad(this.page,this.searchParams);
+      this.onLoad(this.page,this.query);
     }
   }
 };