From 76ce65294ad5b6302d808b9f118ea52dae44d4f1 Mon Sep 17 00:00:00 2001 From: weikai <123456> Date: Tue, 27 Oct 2020 15:00:58 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AE=89=E5=AE=81pc=E7=AB=AF=20?= =?UTF-8?q?=E9=82=BB=E9=87=8C=E9=A9=BF=E7=AB=99=E3=80=91-=E3=80=90?= =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E7=AE=A1=E7=90=86=20-=20=E6=89=80=E5=B1=9E?= =?UTF-8?q?=E6=9C=BA=E6=9E=84bug=E4=BF=AE=E6=94=B9=E3=80=91=E9=AD=8F?= =?UTF-8?q?=E5=87=AF=202020-10-27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/group/group.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/modules/group/group.vue b/src/views/modules/group/group.vue index 06147f1..d5efc77 100644 --- a/src/views/modules/group/group.vue +++ b/src/views/modules/group/group.vue @@ -206,10 +206,13 @@ export default { } if (val.length === 1) { this.dataForm.streetId = this.ids[0] + this.dataForm.communityId = '' + this.dataForm.deptId = '' } if (val.length === 2) { this.dataForm.streetId = this.ids[0] this.dataForm.communityId = this.ids[1] + this.dataForm.deptId = '' } if (val.length === 3) { this.dataForm.streetId = this.ids[0]