From d7793283058ac424f80b52ca4c78cd7702ef6c97 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 17 Jan 2024 17:21:36 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug80938?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/ContactEnterSendTaskModal.vue | 6 +++--- .../modules/BaseInfoTableModal.vue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/ContactEnterSendTaskModal.vue b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/ContactEnterSendTaskModal.vue index aa117c51..150fd97b 100644 --- a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/ContactEnterSendTaskModal.vue +++ b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/ContactEnterSendTaskModal.vue @@ -850,9 +850,9 @@ export default { this.model = Object.assign({}, record) const formInline = Object.assign({}, record) // 没有年代号就设置为当前年份 - if (!formInline.decadeCode) { - formInline.decadeCode = new Date().getFullYear() + '' - } + // if (!formInline.decadeCode) { + // formInline.decadeCode = new Date().getFullYear() + '' + // } // 处理隶属工作组格式 if (formInline.workGroup) { formInline.workGroup = { value: formInline.workGroup, label: formInline.workGroup_dictText } diff --git a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/BaseInfoTableModal.vue b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/BaseInfoTableModal.vue index 603cc89f..630db8d6 100644 --- a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/BaseInfoTableModal.vue +++ b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/BaseInfoTableModal.vue @@ -933,9 +933,9 @@ export default { } } // 没有年代号就设置为当前年份 - if (!formInline.decadeCode) { - formInline.decadeCode = new Date().getFullYear() + '' - } + // if (!formInline.decadeCode) { + // formInline.decadeCode = new Date().getFullYear() + '' + // } // 没有申请类型就设置为立项 if (!formInline.applicationType) { formInline.applicationType = this.ApplicationCategory.INITIATION.value