1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-06-24 10:43:45 +08:00
parent 615cf94189
commit cf943ea328
2 changed files with 2 additions and 2 deletions

View File

@ -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();
} }

View File

@ -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();
} }