From 2685010876be4c9d6a6f92216d1bf635b796e7f8 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Tue, 23 Aug 2022 11:16:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/problemKnowledgeBaseView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseView.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseView.vue index 10fc09c50..115f8692e 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseView.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseView.vue @@ -150,7 +150,6 @@ } }, mounted() { - document.title = this.$t('applicableInstructionsMarketList') this.viewAdd() this.queryById() this.releaseData() @@ -168,6 +167,7 @@ if (res.success) { this.queryForm = res.result || {} this.queryForm = { ...this.queryForm } + document.title = this.queryForm.title if (this.formInline.showPermissions == 'Privacy') { this.isDisplay = true } else {