duy 3 days ago
parent
commit
8e63827820
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/manager/wbsinfo.vue

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

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