实训总分统计调整
This commit is contained in:
parent
f2efa437df
commit
b0ef9e5242
@ -72,8 +72,7 @@ export default {
|
|||||||
sums[index] = '合计';
|
sums[index] = '合计';
|
||||||
return;
|
return;
|
||||||
} else if (index === 2) {
|
} else if (index === 2) {
|
||||||
const MyMemberId = this.$store.state.training.myMemberId;
|
const scoringRuleList = this.$store.state.trainingNew.scoringRules;
|
||||||
const scoringRuleList = this.$store.state.trainingNew.scoringRules.find(rule => rule.memberId == MyMemberId );
|
|
||||||
let total = 0;
|
let total = 0;
|
||||||
if (scoringRuleList && scoringRuleList.details && scoringRuleList.details.length) {
|
if (scoringRuleList && scoringRuleList.details && scoringRuleList.details.length) {
|
||||||
scoringRuleList.details.forEach(item => {
|
scoringRuleList.details.forEach(item => {
|
||||||
|
Loading…
Reference in New Issue
Block a user