@@ -69,7 +69,7 @@
this.form.carNum += val;
console.log(this.form.carNum);
this.$refs.uKeyboard.changeCarInputMode()
- this.$forceUpdate()
+ // this.$forceUpdate()
},
// 退格键被点击
backspace() {