This commit is contained in:
曹辉 2023-04-07 09:59:03 +08:00
parent 36658ba216
commit 9ca3fe68e8

View File

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