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]