From 0a236f927bd8598801359914ade5e607a92c29ec Mon Sep 17 00:00:00 2001 From: sunFlower <787203167@qq.com> Date: Mon, 28 Nov 2022 16:59:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=95=E8=A7=84=E6=84=8F?= =?UTF-8?q?=E8=A7=81=E6=94=B6=E9=9B=86=E6=A0=87=E9=A2=98=E5=9B=9E=E6=98=BE?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/processCenter/processForm/regulatoryProcess/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/jero-web/src/views/processCenter/processForm/regulatoryProcess/index.vue b/jero-web/src/views/processCenter/processForm/regulatoryProcess/index.vue index def7df273..689d7b7b8 100644 --- a/jero-web/src/views/processCenter/processForm/regulatoryProcess/index.vue +++ b/jero-web/src/views/processCenter/processForm/regulatoryProcess/index.vue @@ -102,6 +102,7 @@ }, mounted() { this.isDisplay = false + document.title = this.$t('collectionOfRegulatoryOpinions') if (this.$route.query.isDisabled) { this.disabled = JSON.parse(this.$route.query.isDisabled) }