Browse Source

Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table into beta

lsc 1 year ago
parent
commit
e283983bbd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/pages/pblCourse/index.vue

+ 1 - 1
src/components/pages/pblCourse/index.vue

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