From 79869297f606e711a8d7fc8078d0bdf0d79fd895 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 30 May 2024 09:15:19 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=B9=B4=E5=BA=A6=E5=88=B6=E4=BF=AE?= =?UTF-8?q?=E8=AE=A2=E6=A0=87=E5=87=86=E5=8C=96=E5=B7=A5=E7=A8=8B=E5=B8=88?= =?UTF-8?q?=E5=8F=91=E8=B5=B7=E6=B5=81=E7=A8=8B=E7=9A=84=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E8=8A=82=E7=82=B9=E7=9A=84=E4=B8=BB=E8=B5=B7=E8=8D=89?= =?UTF-8?q?=E4=BA=BA=E3=80=81=E4=B8=BB=E8=B5=B7=E8=8D=89=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E3=80=81=E4=B8=BB=E8=B5=B7=E8=8D=89=E5=8D=95=E4=BD=8D=E8=B4=9F?= =?UTF-8?q?=E8=B4=A3=E4=BA=BA=E4=B8=8D=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/BaseInfoTableModal.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/BaseInfoTableModal.vue b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/BaseInfoTableModal.vue index bb2b9b92..bf3baf24 100644 --- a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/BaseInfoTableModal.vue +++ b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/BaseInfoTableModal.vue @@ -409,7 +409,7 @@
- * + * {{ $t('workCenter.enterpriseInitChangePlan.principalDrafter') }} @@ -427,7 +427,7 @@
- * + * {{ $t('workCenter.enterpriseInitChangePlan.mainDraftUnit') }} @@ -442,7 +442,7 @@
- * + * {{ $t('workCenter.enterpriseInitChangePlan.headOfMainDraftingUnit') }} @@ -692,7 +692,7 @@ export default { // 主起草人 mainDraftingUser: [ { - required: true, + required: false, message: this.$t('workCenter.enterpriseInitChangePlan.principalDrafter') + this.$t('cannotEmpty'), trigger: 'change' } @@ -700,7 +700,7 @@ export default { // 主起草单位 mainDraftingUnit: [ { - required: true, + required: false, message: this.$t('workCenter.enterpriseInitChangePlan.mainDraftUnit') + this.$t('cannotEmpty'), trigger: 'change' } @@ -708,7 +708,7 @@ export default { // 起草单位负责人 mainDraftingUnitResponsiblePerson: [ { - required: true, + required: false, message: this.$t('workCenter.enterpriseInitChangePlan.headOfMainDraftingUnit') + this.$t('cannotEmpty'), trigger: 'change' }