Browse Source

修改调试问题

master
liuchuang 6 years ago
parent
commit
37f133d3c6
  1. 5
      src/views/modules/group/group.vue

5
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]
}

Loading…
Cancel
Save