[fix] 修复车牌号的最后输入为0无法保存的问题

This commit is contained in:
aisen
2025-02-26 23:21:26 +08:00
parent 24f83965b5
commit e87317d52e

View File

@@ -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) {