Commit 26b67eae authored by 黄奎's avatar 黄奎

页面修改

parent 3a8c0146
......@@ -707,10 +707,12 @@
if (this.DataObj && this.DataObj.GroupList) {
this.DataObj.GroupList.forEach(x => {
x.isShowEdit = false;
this.examNum += x.DetailsList.length;
x.DetailsList.forEach(y => {
this.examScore += y.Score;
})
if (x.DetailsList && x.DetailsList.length > 0) {
this.examNum += x.DetailsList.length;
x.DetailsList.forEach(y => {
this.examScore += y.Score;
})
}
})
}
},
......
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