From 52705356f8e56c15354d8c21b4a986863841c3e7 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 25 Jan 2024 16:22:31 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=B5=81=E7=A8=8B=E4=B8=AD=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E4=BF=A1=E6=81=AF=E6=A0=A1=E9=AA=8C=E4=BC=A0=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=E5=90=8E=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PersonnelInfo.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/PersonnelInfo.vue b/src/components/PersonnelInfo.vue index e994be83..846740c9 100644 --- a/src/components/PersonnelInfo.vue +++ b/src/components/PersonnelInfo.vue @@ -172,6 +172,7 @@ export default { } } else { personnelObj[this.stepsData[i].variableName] = this.stepsData[i].linkUserIds + personnelObj[this.stepsData[i].variableName + '_dictText'] = this.stepsData[i].linkUserIds_dictText || this.stepsData[i].userList } } }