Explorar el Código

看课流量统计公司页面同公司同日期出现多条bug修复

lk hace 1 mes
padre
commit
3915391550
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/course/courseTrafficLog/index.vue

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

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