Commit 6c2254e2 authored by 黄奎's avatar 黄奎
parents de9fe551 2c0b0ff5
......@@ -622,6 +622,20 @@ import {
this.getOrderDetails(data,index)
},
changeSelect(value){
let arr = []
this.dataList_class.forEach(item=>{
let obj= {
SchoolName:item.SchoolName,
SchoolId:item.SchoolId,
ClassName:'',
ClassId:'',
CourseName:item.CourseName,
SuppliesId:item.Id,
Number:item.Number
}
arr.push(obj)
})
this.dataList_class=arr
// console.log(value)
},
//显示耗材列表
......
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