1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
61993e331b
commit
2a6d0faf11
|
@ -379,6 +379,7 @@ export default {
|
|||
num = parseFloat(this.questionForm[o.TableQuestionId])
|
||||
}
|
||||
} else {
|
||||
if (i !== 0) {
|
||||
switch (rules.CustomCalculateMark) {
|
||||
case 1:
|
||||
num += parseFloat(this.questionForm[o.TableQuestionId])
|
||||
|
@ -397,6 +398,9 @@ export default {
|
|||
}
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
num = parseFloat(this.questionForm[o.TableQuestionId])
|
||||
}
|
||||
}
|
||||
})
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in New Issue