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(() => {