Commit b979f2d4 authored by 王's avatar

”班级列表查询bug“

parent c8d3e1e8
......@@ -155,6 +155,7 @@
if(data.length>1){
let nowGoods = this.goodsList.find(i=>{return i.id === data[0]});
this.periods = nowGoods.children.find(i=>{return i.id === data[1]});
this.teacher_id = '';
this.getTeacher()
}
},
......@@ -174,6 +175,7 @@
getClassListApi(this.periods.id,json).then(res=>{
this.title = res.periods;
this.classList = res.list;
this.total = res.total;
})
},
handleItemChange(val){
......
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