From 9ac1a51b77cbd59fcb592f185e726e144609dd9b Mon Sep 17 00:00:00 2001 From: zyn Date: Fri, 29 Dec 2023 09:20:46 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E9=80=89=E4=BA=BA=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=B8=A6=E5=85=A5=E9=83=A8=E9=97=A8=E5=AD=97=E6=AE=B5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/hzwlComponents/personFormItem.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {