Selaa lähdekoodia

调整看客流量默认数据

yfh 5 päivää sitten
vanhempi
commit
1aff98aa56
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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();
     },