[update] 年度制修订-标准化发起的授权部门改成非必填

This commit is contained in:
lideqin
2024-01-30 14:19:18 +08:00
parent 9e10a543c4
commit fcaf8d5afc
@@ -398,7 +398,6 @@
<!-- 授权部门 -->
<div class="box-title-text form-flex-item-half">
<div class="title-text">
<span class="required">*</span>
<span class="title-text-text" :title="$t('workCenter.enterpriseInitChangePlan.authorizationDepart')">
{{ $t('workCenter.enterpriseInitChangePlan.authorizationDepart') }}
</span>
@@ -696,14 +695,6 @@ export default {
trigger: 'change'
}
],
// 授权部门
authDept: [
{
required: true,
message: this.$t('workCenter.enterpriseInitChangePlan.authorizationDepart') + this.$t('cannotEmpty'),
trigger: 'change'
}
],
// 主起草人
mainDraftingUser: [
{