From 07fa147896b4f674223d3acea4635421b6a4b8ea Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 22 Jan 2024 15:39:33 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug81118?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/ApprovalBaseInfo.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/views/workCenter/enterpriseStandardInitChange/modules/ApprovalBaseInfo.vue b/src/views/workCenter/enterpriseStandardInitChange/modules/ApprovalBaseInfo.vue index a6a5d252..51282850 100644 --- a/src/views/workCenter/enterpriseStandardInitChange/modules/ApprovalBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardInitChange/modules/ApprovalBaseInfo.vue @@ -466,6 +466,7 @@
+ * {{ $t('workCenter.revisionPlanActivelyReport.affiliatedWorkingGroup') }} @@ -481,7 +482,7 @@ style="width: 100%" :tree-data="workingGroupTreeList" :disabled="disabled" - :placeholder="$t('pleaseSelect')" + :placeholder="$t('pleaseSelect') + $t('workCenter.revisionPlanActivelyReport.affiliatedWorkingGroup')" />
@@ -922,6 +923,14 @@ export default { message: this.$t('workCenter.enterpriseInitChangePlan.suitUnit') + this.$t('cannotEmpty'), trigger: 'change' } + ], + // 隶属工作组 + workGroup: [ + { + required: true, + message: this.$t('workCenter.revisionPlanActivelyReport.affiliatedWorkingGroup') + this.$t('cannotEmpty'), + trigger: 'change' + } ] }, // 各模块的收齐和展开状态