Browse Source

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

lsc 1 năm trước cách đây
mục cha
commit
e283983bbd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
 					}
 				})