1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
615cf94189
commit
cf943ea328
|
@ -350,7 +350,7 @@ export default {
|
|||
methods: {
|
||||
numberInput(id,notId = false) {
|
||||
if(notId ) {
|
||||
this.calculationValue = this.calculationValue.toUpperCase();
|
||||
// this.calculationValue = this.calculationValue.toUpperCase();
|
||||
}else {
|
||||
this.questionForm[id] = this.questionForm[id].toUpperCase();
|
||||
}
|
||||
|
|
|
@ -428,7 +428,7 @@ export default {
|
|||
methods: {
|
||||
numberInput(id,notId = false) {
|
||||
if(notId ) {
|
||||
this.calculationValue = this.calculationValue.toUpperCase();
|
||||
// this.calculationValue = this.calculationValue.toUpperCase();
|
||||
}else {
|
||||
this.questionForm[id] = this.questionForm[id].toUpperCase();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue