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