+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user