|
@@ -427,7 +427,7 @@ export default {
|
|
this.teacherList = res.data;
|
|
this.teacherList = res.data;
|
|
}
|
|
}
|
|
});
|
|
});
|
|
- 获取默认声部信息
|
|
|
|
|
|
+ // 获取默认声部信息
|
|
getPracticeApplySubjects().then(res => {
|
|
getPracticeApplySubjects().then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
this.subjectList = res.data;
|
|
this.subjectList = res.data;
|