From 992ed5502e7145662e361283b84758d83aba1e6c Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 25 Jan 2024 16:12:19 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BA=BA=E5=91=98=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E4=BC=A0=E7=BF=BB=E8=AF=91=E5=90=8E=E5=AD=97?= =?UTF-8?q?=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 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'))