Commit 31df9852 authored by 徐俊's avatar 徐俊

xujun

parent a0b777c8
...@@ -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