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