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