Merge remote-tracking branch 'origin/develop' into local-test
All checks were successful
local-test分支构建发布到本地服务器 / Build-Publish (push) Successful in 10m14s
All checks were successful
local-test分支构建发布到本地服务器 / Build-Publish (push) Successful in 10m14s
This commit is contained in:
commit
a556f17312
@ -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