Browse Source

【安宁pc端 邻里驿站】-【社区管理 - 所属机构bug修改】魏凯 2020-10-27

updateDept
weikai 5 years ago
parent
commit
76ce65294a
  1. 3
      src/views/modules/group/group.vue

3
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]

Loading…
Cancel
Save