From 79117bb91554a0b2bad4b1dac1a22f9c1d3bdf9c Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Sat, 28 Feb 2026 14:47:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=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/ytbd/Bj.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/business/study/comp/ytbd/Bj.vue b/src/views/business/study/comp/ytbd/Bj.vue index 8635ad9..0e1ae6c 100644 --- a/src/views/business/study/comp/ytbd/Bj.vue +++ b/src/views/business/study/comp/ytbd/Bj.vue @@ -228,7 +228,7 @@ export default { this.$modal.loading() studyFormPre_bcOnly(this.form).then(response => { this.form = response.data - this.templateData.bdmc = this.form.bdmc + this.templateData = deepClone(this.form) this.showIndex = 2 this.$modal.closeLoading() }).finally(() => {