Commit 855394f6 authored by zhengke's avatar zhengke
parents e052c6e6 7e6340e5
......@@ -374,7 +374,7 @@
created() {
this.getSchool();
this.queryCourseSubject();
this.CourseList();
this.GetCourseList();
this.GetTeacherList();
if (this.$route.query && this.$route.query.ClassName) {
this.msg.ClassName = decodeURI(this.$route.query.ClassName);
......@@ -447,7 +447,7 @@
}
},
//获取课程
CourseList() {
GetCourseList() {
queryCourseDropdownList({}).then(res => {
if (res.Code == 1) {
this.CourseList = res.Data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment