duy 4 일 전
부모
커밋
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);
     }
   }
 };