diff --git a/src/views/modules/group/group.vue b/src/views/modules/group/group.vue index 53099b72..c16ee65c 100644 --- a/src/views/modules/group/group.vue +++ b/src/views/modules/group/group.vue @@ -194,6 +194,11 @@ export default { }, watch: { 'ids': function (val) { + if (val.length === 0) { + this.dataForm.streetId = '' + this.dataForm.communityId = '' + this.dataForm.gridId = '' + } if (val.length === 1) { this.dataForm.streetId = this.ids[0] }