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'
+ }
]
},
// 各模块的收齐和展开状态