duy 3 天之前
父節點
當前提交
8e63827820
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
     }
   }
 };