浏览代码

调整看客流量默认数据

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();
     },