瀏覽代碼

调整看课记录问题

yfh 1 天之前
父節點
當前提交
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 参数