Commit 8d765894 authored by jiaorz's avatar jiaorz

132

parent b0142e08
...@@ -918,8 +918,8 @@ ...@@ -918,8 +918,8 @@
{ {
min: 0, min: 0,
max: 20, max: 20,
message: '长度小于 20 个字符',
trigger: 'blur', trigger: 'blur',
message: '车牌不能为空且长度小于20个字符',
required: true required: true
} }
], ],
...@@ -1242,7 +1242,8 @@ ...@@ -1242,7 +1242,8 @@
return getSonRegionByCodes(this.listQuery.addrProvince); return getSonRegionByCodes(this.listQuery.addrProvince);
}, },
getAllZoneList() { getAllZoneList() {
this.allZoneArr = getAllZone(); let that = this;
that.allZoneArr = getAllZone();
return getAllZone(); return getAllZone();
}, },
townRegions4Query() { townRegions4Query() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment