From e87317d52ea19cdfb91cbd668541370b0a46e53d Mon Sep 17 00:00:00 2001 From: aisen Date: Wed, 26 Feb 2025 23:21:26 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E5=A4=8D=E8=BD=A6=E7=89=8C?= =?UTF-8?q?=E5=8F=B7=E7=9A=84=E6=9C=80=E5=90=8E=E8=BE=93=E5=85=A5=E4=B8=BA?= =?UTF-8?q?0=E6=97=A0=E6=B3=95=E4=BF=9D=E5=AD=98=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- componentsPage/keyboard/keyboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/componentsPage/keyboard/keyboard.vue b/componentsPage/keyboard/keyboard.vue index c6328f5..a7dcaf8 100644 --- a/componentsPage/keyboard/keyboard.vue +++ b/componentsPage/keyboard/keyboard.vue @@ -200,7 +200,7 @@ return } // this.licensePlateValue[this.currentLicensePlateIndex] = e - this.$set(this.licensePlateValue, this.currentLicensePlateIndex, e) + this.$set(this.licensePlateValue, this.currentLicensePlateIndex, e+"") this.currentLicensePlateIndex++ // 判断车牌是否已经选择完成 if (this.currentLicensePlateIndex === 8) {