Commit 00eed043 authored by wangxl's avatar wangxl
parents 5bf6233f 11b36389
...@@ -218,6 +218,7 @@ export default { ...@@ -218,6 +218,7 @@ export default {
this.tableData.forEach((e) => { this.tableData.forEach((e) => {
if (e.grade != null) { if (e.grade != null) {
this.totalScore += e.grade; this.totalScore += e.grade;
this.value.totalScore = this.totalScore;
} }
this.DetermineType() this.DetermineType()
}); });
......
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