修改
This commit is contained in:
parent
36658ba216
commit
9ca3fe68e8
@ -166,11 +166,11 @@
|
||||
},
|
||||
// 三级地址联动回调
|
||||
getpickerParentValue(e) {
|
||||
e = e.filter(ele => ele.localName != '暂不选择')
|
||||
this.addresslength = e
|
||||
this.infolist.address = ''
|
||||
this.infolist.areaCode = ''
|
||||
if (e && e.length >= 1) {
|
||||
e = e.filter(ele => ele.localName != '暂不选择')
|
||||
e.forEach(el => {
|
||||
this.infolist.address = this.infolist.address + el.localName
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user