Compare commits
2 Commits
a192c71555
...
a556f17312
Author | SHA1 | Date | |
---|---|---|---|
|
a556f17312 | ||
|
b0ef9e5242 |
@ -72,8 +72,7 @@ export default {
|
||||
sums[index] = '合计';
|
||||
return;
|
||||
} else if (index === 2) {
|
||||
const MyMemberId = this.$store.state.training.myMemberId;
|
||||
const scoringRuleList = this.$store.state.trainingNew.scoringRules.find(rule => rule.memberId == MyMemberId );
|
||||
const scoringRuleList = this.$store.state.trainingNew.scoringRules;
|
||||
let total = 0;
|
||||
if (scoringRuleList && scoringRuleList.details && scoringRuleList.details.length) {
|
||||
scoringRuleList.details.forEach(item => {
|
||||
|
Loading…
Reference in New Issue
Block a user