From 01983c59ed75b3c97300c79a94c609126ba8e334 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Fri, 17 Apr 2026 10:28:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E8=A1=A8=E5=8D=95=E7=AE=A1=E7=90=86]bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/enter.vue | 4 +++- src/views/business/study/comp/tbbd/Blxjsh.vue | 23 +++++++---------------- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/src/views/business/study/comp/enter.vue b/src/views/business/study/comp/enter.vue index dcbec59..fa4910d 100644 --- a/src/views/business/study/comp/enter.vue +++ b/src/views/business/study/comp/enter.vue @@ -98,7 +98,9 @@ export default { showDetailCallback(val) { this.showDetail = val if(!this.showDetail){ - this.$tab.refreshPage(); + // this.$tab.refreshPage(); + const obj = Object.assign({}, this.$route, { title: this.study.name+'('+this.study.sn+')' }) + this.$tab.updatePage(obj); } }, changeTab(item) { diff --git a/src/views/business/study/comp/tbbd/Blxjsh.vue b/src/views/business/study/comp/tbbd/Blxjsh.vue index b265f5b..6945c2c 100644 --- a/src/views/business/study/comp/tbbd/Blxjsh.vue +++ b/src/views/business/study/comp/tbbd/Blxjsh.vue @@ -110,7 +110,7 @@