diff --git a/src/components/hzwlComponents/personFormItem.vue b/src/components/hzwlComponents/personFormItem.vue index 94ec888e7..b79e68652 100644 --- a/src/components/hzwlComponents/personFormItem.vue +++ b/src/components/hzwlComponents/personFormItem.vue @@ -93,8 +93,8 @@ export default { this.$emit('input', nameList) this.$emit('update:id', idList) this.$emit('change', { - ids: this.unique(data.map(item => item.topUnitId)).join(','), - names: this.unique(data.map(item => item.topUnit)).join(',') + ids: this.unique(data.map(item => item.institutionId)).join(','), + names: this.unique(data.map(item => item.institutionCascade)).join(',') }) }, unique (newArr) {