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 {