@@ -141,7 +141,7 @@ export default {
// }
} else {
this.courseName = data.title;
- this.selectTopic = data.name;
+ this.selectTopic = data.title;
this.getTaskList();
}
})