mirror of
https://gitee.com/TSpecific/tuniao-ui.git
synced 2026-03-07 08:14:01 +08:00
[fix] 修复车牌号的最后输入为0无法保存的问题
This commit is contained in:
@@ -200,7 +200,7 @@
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
// this.licensePlateValue[this.currentLicensePlateIndex] = e
|
// this.licensePlateValue[this.currentLicensePlateIndex] = e
|
||||||
this.$set(this.licensePlateValue, this.currentLicensePlateIndex, e)
|
this.$set(this.licensePlateValue, this.currentLicensePlateIndex, e+"")
|
||||||
this.currentLicensePlateIndex++
|
this.currentLicensePlateIndex++
|
||||||
// 判断车牌是否已经选择完成
|
// 判断车牌是否已经选择完成
|
||||||
if (this.currentLicensePlateIndex === 8) {
|
if (this.currentLicensePlateIndex === 8) {
|
||||||
|
|||||||
Reference in New Issue
Block a user