소스 검색

调整看客流量默认数据

yfh 5 일 전
부모
커밋
1aff98aa56
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/course/courseTrafficLog/index.vue

+ 1 - 0
src/views/course/courseTrafficLog/index.vue

@@ -195,6 +195,7 @@ export default {
       });
     },
     handleQuery() {
+      this.queryParams.tabType = this.activeTab
       this.queryParams.pageNum = 1;
       this.getList();
     },