From 934f27936033ea58ee8685f2f640c4ccd6960f7f Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Tue, 3 Feb 2026 17:39:07 +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/tbbd/Bj.vue | 6 +++++- src/views/business/study/comp/ytbd/Sh.vue | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/business/study/comp/tbbd/Bj.vue b/src/views/business/study/comp/tbbd/Bj.vue index ed0db28..4c671a7 100644 --- a/src/views/business/study/comp/tbbd/Bj.vue +++ b/src/views/business/study/comp/tbbd/Bj.vue @@ -363,7 +363,7 @@ export default { onFillCallback(data) { console.log("data:" + JSON.stringify(data)) console.log("formdata:" + JSON.stringify(this.$refs.templateTable.getFilledFormData())) - if (data.type == 'fieldChanged' ) { + if (data.type == 'fieldChanged') { studyFormFill_updateBdnr( { id: this.form.id, @@ -426,6 +426,8 @@ export default { this.form = response.data this.form.qmyy = this.$t('page.business.study.studyFormFill.zztjyzbd') this.templateData = deepClone(this.form) + const obj = Object.assign({}, this.$route, { title: this.form.bdmc }) + this.$tab.updatePage(obj); this.$modal.closeLoading() }) } else { @@ -434,6 +436,8 @@ export default { study_info({ id: params.studyId }).then(response => { this.form = _.merge({}, this.form, { stydyId: params.studyId, resourceStudy: response.data.resource, sftb: 1 }) this.templateData = deepClone(this.form) + const obj = Object.assign({}, this.$route, { title: this.form.bdmc }) + this.$tab.updatePage(obj); this.$modal.closeLoading() }) } diff --git a/src/views/business/study/comp/ytbd/Sh.vue b/src/views/business/study/comp/ytbd/Sh.vue index 611d462..0b3e72e 100644 --- a/src/views/business/study/comp/ytbd/Sh.vue +++ b/src/views/business/study/comp/ytbd/Sh.vue @@ -79,7 +79,7 @@ - +