@@ -1282,6 +1282,7 @@ export default {
this.log.loading = true;
courseList().then(response => {
this.courseLists = response.list;
+ this.log.queryParams.externalUserId = row.id;
this.logList();
})
},