From de944d0ed9a8a9017fa2c496d35b4d6e40a84a70 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Sat, 2 Dec 2023 16:18:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=95=86=E6=88=B7?= =?UTF-8?q?=E5=85=A5=E9=A9=BB=E6=97=B6=E6=89=80=E5=9C=A8=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E4=B8=A2=E5=A4=B1bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/store/settled/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index a3b88d7..553a207 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -652,12 +652,13 @@ }, bindPickerChange2: function(e) { - // console.log(e.detail) + // console.log(e.detail.value) this.index2 = e.detail.value this.business_name = `${this.business[0][this.index2[0]].name} ${this.business[1][this.index2[1]].name} ${this.business[2][this.index2[2]].name}` this.area_id = this.business[0][this.index2[0]].code this.street_id = this.business[1][this.index2[1]].code + this.village_id = this.business[2][this.index2[2]].code if(this.merchantData.mer_type==12) return ; //市级供应链不需要查询镇农科公司 merstreet({ street_code: this.street_id