From 17428b05d65474abbf2b0abebee42b4a4892acd9 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Thu, 29 Jan 2026 20:05:45 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E8=A1=A8=E5=8D=95=E7=AE=A1?= =?UTF-8?q?=E7=90=86]=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/jhbd/Bj.vue | 2 +- src/views/business/study/comp/sqbd/Bj.vue | 2 +- src/views/business/study/comp/tbbd/Bj.vue | 2 +- src/views/business/study/comp/ytbd/Bj.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/business/study/comp/jhbd/Bj.vue b/src/views/business/study/comp/jhbd/Bj.vue index 65af97b..c3e11d2 100644 --- a/src/views/business/study/comp/jhbd/Bj.vue +++ b/src/views/business/study/comp/jhbd/Bj.vue @@ -223,7 +223,7 @@ export default { this.$modal.loading() studyFormPlan_bcOnly(this.form).then(response => { this.form = response.data - this.templateData = deepClone(this.form) + this.templateData.bdmc = this.form.bdmc this.showIndex = 2 this.$modal.closeLoading() }).finally(() => { diff --git a/src/views/business/study/comp/sqbd/Bj.vue b/src/views/business/study/comp/sqbd/Bj.vue index e34d7e8..64c25e7 100644 --- a/src/views/business/study/comp/sqbd/Bj.vue +++ b/src/views/business/study/comp/sqbd/Bj.vue @@ -224,7 +224,7 @@ export default { this.$modal.loading() studyFormApply_bcOnly(this.form).then(response => { this.form = response.data - this.templateData = deepClone(this.form) + this.templateData.bdmc = this.form.bdmc this.showIndex = 2 this.$modal.closeLoading() }).finally(() => { diff --git a/src/views/business/study/comp/tbbd/Bj.vue b/src/views/business/study/comp/tbbd/Bj.vue index 813b278..ed0db28 100644 --- a/src/views/business/study/comp/tbbd/Bj.vue +++ b/src/views/business/study/comp/tbbd/Bj.vue @@ -517,7 +517,7 @@ export default { this.$modal.loading() studyFormFill_bcOnly(this.form).then(response => { this.form = response.data - this.templateData = deepClone(this.form) + this.templateData.bdmc = this.form.bdmc this.showIndex = 2 const obj = Object.assign({}, this.$route, { title: this.form.bdmc }) this.$tab.updatePage(obj); diff --git a/src/views/business/study/comp/ytbd/Bj.vue b/src/views/business/study/comp/ytbd/Bj.vue index e390b7f..fea8fb0 100644 --- a/src/views/business/study/comp/ytbd/Bj.vue +++ b/src/views/business/study/comp/ytbd/Bj.vue @@ -220,7 +220,7 @@ export default { this.$modal.loading() studyFormPre_bcOnly(this.form).then(response => { this.form = response.data - this.templateData = deepClone(this.form) + this.templateData.bdmc = this.form.bdmc this.showIndex = 2 this.$modal.closeLoading() }).finally(() => {