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