Commit 886de56a authored by zhengke's avatar zhengke

修改

parent 6c654698
......@@ -1618,15 +1618,16 @@ export default {
changeSchool(val) {
this.queryClass.SchoolId = val;
this.getClass();
this.msg.ClassId = 0;
},
changeCourse(val) {
this.queryClass.CourseId = val;
this.getClass();
this.msg.ClassId = 0;
},
getClass() {
getClassDropDownList(this.queryClass).then((res) => {
this.classList = [];
// this.msg.ClassId = 0;
if (res.Code == 1) {
res.Data.forEach((x) => {
x.PlanList.forEach((y) => {
......
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