From a809454cf872ef3ad943e0ce422b91d6f00ddfa0 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 17 Jan 2024 15:39:51 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug80959?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/ContactEnterSendTaskModal.vue | 2 ++ .../modules/BaseInfoTableModal.vue | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/ContactEnterSendTaskModal.vue b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/ContactEnterSendTaskModal.vue index c8bb600e..aa117c51 100644 --- a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/ContactEnterSendTaskModal.vue +++ b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/ContactEnterSendTaskModal.vue @@ -988,11 +988,13 @@ export default { // 是制定,原企标编号和原企标名称置空 this.formInline.originEnStandardNo = '' this.formInline.originEnStandardName = '' + this.formInline = Object.assign({}, this.formInline) } else if (value && value === ProjectType.MODIFY.value) { // 是修订,三个代号置空 this.formInline.enStandardCode = undefined this.formInline.enNameCode = undefined this.formInline.standardCategoryCode = undefined + this.formInline = Object.assign({}, this.formInline) } }, // 选择用户得到用户名 diff --git a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/BaseInfoTableModal.vue b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/BaseInfoTableModal.vue index 0871788a..603cc89f 100644 --- a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/BaseInfoTableModal.vue +++ b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/BaseInfoTableModal.vue @@ -1031,11 +1031,13 @@ export default { // 是制定,原企标编号和原企标名称置空 this.formInline.originEnStandardNo = '' this.formInline.originEnStandardName = '' + this.formInline = Object.assign({}, this.formInline) } else if (value && value === ProjectType.MODIFY.value) { // 是修订,三个代号置空 this.formInline.enStandardCode = undefined this.formInline.enNameCode = undefined this.formInline.standardCategoryCode = undefined + this.formInline = Object.assign({}, this.formInline) } }, // 授权部门返回参数