From eafbe8104970e993f5e8162ef7e90ea553e71302 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 8 Jan 2024 17:54:43 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug80422?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/ConfirmWhetherCommentBaseInfo.vue | 17 ++--------------- .../modules/StandardizationAuditBaseInfo.vue | 4 ++++ 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardRevision/modules/ConfirmWhetherCommentBaseInfo.vue b/src/views/workCenter/enterpriseStandardRevision/modules/ConfirmWhetherCommentBaseInfo.vue index 20e75187..3f85dca2 100644 --- a/src/views/workCenter/enterpriseStandardRevision/modules/ConfirmWhetherCommentBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardRevision/modules/ConfirmWhetherCommentBaseInfo.vue @@ -37,9 +37,9 @@ -
+
- * + * {{ $t('workCenter.enStandardRevision.departmentalLiaison') }} @@ -87,19 +87,6 @@ export default { } } }, - watch: { - // 是否开启征求意见 - 'formInline.adviceFlag': { - handler (val) { - if (val && val === '1') { - // 开启征求意见,部门联络人必填 - this.rules.contactUser[0].required = true - } else { - this.rules.contactUser[0].required = false - } - } - } - }, methods: { // 拿到外面传进来的数据初始化,因为套了几层就不在外层初始化数据了 initData (data) { diff --git a/src/views/workCenter/enterpriseStandardRevision/modules/StandardizationAuditBaseInfo.vue b/src/views/workCenter/enterpriseStandardRevision/modules/StandardizationAuditBaseInfo.vue index 9948133e..136a5390 100644 --- a/src/views/workCenter/enterpriseStandardRevision/modules/StandardizationAuditBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardRevision/modules/StandardizationAuditBaseInfo.vue @@ -238,4 +238,8 @@ export default { .title-text-long { width: 220px !important; } + +/deep/ .ant-form-item-children > * { + width: 100%; +}