Explorar o código

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

lsc hai 1 ano
pai
achega
e283983bbd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
 					}
 				})