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

页面修改

parent 84f46bd1
...@@ -69,11 +69,14 @@ ...@@ -69,11 +69,14 @@
EndTime: '', EndTime: '',
TeacherId: 0, TeacherId: 0,
ClassRoomId: 0, ClassRoomId: 0,
ClassType:0, ClassType: 0,
} }
}; };
}, },
created() { created() {
if (this.$route.query && this.$route.query.ClassType) {
this.msg.ClassType = this.$route.query.ClassType;
}
this.GetTeacherList(); this.GetTeacherList();
this.getClassRoomList(); this.getClassRoomList();
}, },
......
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