|
@@ -93,7 +93,7 @@ export default {
|
|
|
this.loading = true;
|
|
this.loading = true;
|
|
|
let data = {
|
|
let data = {
|
|
|
exercise_id: this.exercise_id,
|
|
exercise_id: this.exercise_id,
|
|
|
- courseware_id: this.$route.params.id,
|
|
|
|
|
|
|
+ courseware_id: this.$route.query.id,
|
|
|
};
|
|
};
|
|
|
GetCoursewareExerciseView(data)
|
|
GetCoursewareExerciseView(data)
|
|
|
.then((res) => {
|
|
.then((res) => {
|