This commit is contained in:
曹辉 2023-04-20 11:12:24 +08:00
parent 7a48b08a90
commit 89e32df6d3

View File

@ -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 {}