diff --git a/src/components/PersonnelInfo.vue b/src/components/PersonnelInfo.vue index a4687922..e994be83 100644 --- a/src/components/PersonnelInfo.vue +++ b/src/components/PersonnelInfo.vue @@ -163,6 +163,7 @@ export default { if (this.stepsData[i].linkUserIds && this.stepsData[i].linkUserIds.split(',').length >= this.stepsData[i].minLength) { // 说明人数通过了限制 personnelObj[this.stepsData[i].variableName] = this.stepsData[i].linkUserIds + personnelObj[this.stepsData[i].variableName + '_dictText'] = this.stepsData[i].linkUserIds_dictText || this.stepsData[i].userList } else { // 提示XX节点至少选择XX人 this.$message.warning(this.stepsData[i].nodeName + this.$t('node') + this.$t('atLeastSelect') + this.stepsData[i].minLength + this.$t('personnal'))