Commit 0b197d2c authored by 黄奎's avatar 黄奎

页面修改

parent de5bbf9f
...@@ -374,7 +374,7 @@ ...@@ -374,7 +374,7 @@
created() { created() {
this.getSchool(); this.getSchool();
this.queryCourseSubject(); this.queryCourseSubject();
this.CourseList(); this.GetCourseList();
this.GetTeacherList(); this.GetTeacherList();
if (this.$route.query && this.$route.query.ClassName) { if (this.$route.query && this.$route.query.ClassName) {
this.msg.ClassName = decodeURI(this.$route.query.ClassName); this.msg.ClassName = decodeURI(this.$route.query.ClassName);
...@@ -447,7 +447,7 @@ ...@@ -447,7 +447,7 @@
} }
}, },
//获取课程 //获取课程
CourseList() { GetCourseList() {
queryCourseDropdownList({}).then(res => { queryCourseDropdownList({}).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
this.CourseList = res.Data; 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