yfh 1 день назад
Родитель
Сommit
3819e2b0b0
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      src/views/course/courseWatchLog/index.vue

+ 10 - 0
src/views/course/courseWatchLog/index.vue

@@ -649,6 +649,16 @@ export default {
     });
   },
   methods: {
+    courseChange(row){
+      this.queryParams.videoId=null;
+      if(row === ''){
+        this.videoList=[];
+        return
+      }
+      videoList(row).then(response => {
+        this.videoList=response.list
+      });
+    },
     /**
      * 根据名称模糊查询用户列表
      * @param query 参数