Browse Source

调整看客流量默认数据

yfh 5 ngày trước cách đây
mục cha
commit
1aff98aa56
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
     },