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: {
|
methods: {
|
||||||
numberInput(id,notId = false) {
|
numberInput(id,notId = false) {
|
||||||
if(notId ) {
|
if(notId ) {
|
||||||
this.calculationValue = this.calculationValue.toUpperCase();
|
// this.calculationValue = this.calculationValue.toUpperCase();
|
||||||
}else {
|
}else {
|
||||||
this.questionForm[id] = this.questionForm[id].toUpperCase();
|
this.questionForm[id] = this.questionForm[id].toUpperCase();
|
||||||
}
|
}
|
||||||
|
|
|
@ -428,7 +428,7 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
numberInput(id,notId = false) {
|
numberInput(id,notId = false) {
|
||||||
if(notId ) {
|
if(notId ) {
|
||||||
this.calculationValue = this.calculationValue.toUpperCase();
|
// this.calculationValue = this.calculationValue.toUpperCase();
|
||||||
}else {
|
}else {
|
||||||
this.questionForm[id] = this.questionForm[id].toUpperCase();
|
this.questionForm[id] = this.questionForm[id].toUpperCase();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue