修改
This commit is contained in:
parent
7a48b08a90
commit
89e32df6d3
@ -137,7 +137,12 @@
|
|||||||
let items = JSON.stringify(res.data);
|
let items = JSON.stringify(res.data);
|
||||||
uni.setStorageSync("this.DATAList", items)
|
uni.setStorageSync("this.DATAList", items)
|
||||||
getChildrenResultScore(obj).then(res => {
|
getChildrenResultScore(obj).then(res => {
|
||||||
this.getchildlist = res.data
|
res.data.forEach(e => {
|
||||||
|
if (e.batchCode == options.batchCode && e.studentId == options
|
||||||
|
.studentId) {
|
||||||
|
this.getchildlist.push(e)
|
||||||
|
}
|
||||||
|
})
|
||||||
})
|
})
|
||||||
this.infolist();
|
this.infolist();
|
||||||
} else {}
|
} else {}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user