From 9ca3fe68e804fd1fb173e8877285583ca3fe4d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Fri, 7 Apr 2023 09:59:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/modifyAddress/modifyAddress.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/modifyAddress/modifyAddress.vue b/pages/modifyAddress/modifyAddress.vue index 799f0bf..c9e89dd 100644 --- a/pages/modifyAddress/modifyAddress.vue +++ b/pages/modifyAddress/modifyAddress.vue @@ -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 })