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

xujun

parent a0b777c8
......@@ -218,6 +218,7 @@ export default {
this.tableData.forEach((e) => {
if (e.grade != null) {
this.totalScore += e.grade;
this.value.totalScore = this.totalScore;
}
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