From c4d3623896498c27a32bf2ea268ff3e4dc81b2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Sun, 22 Oct 2023 17:23:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0=E4=B8=8A?= =?UTF-8?q?=E6=8A=A5=E5=BA=93=E6=B8=85=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/parameter/managementdetails/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jero-web/src/views/parameter/managementdetails/index.vue b/jero-web/src/views/parameter/managementdetails/index.vue index 4fb546515..1fa66204d 100644 --- a/jero-web/src/views/parameter/managementdetails/index.vue +++ b/jero-web/src/views/parameter/managementdetails/index.vue @@ -5,7 +5,7 @@
- {{this.$route.query.pageName ? this.$t('ParameteItemReportList')+'('+this.$route.query.pageName+')' + ' — '+this.$route.query.title +' — '+ this.$route.query.version: $t('ParameterViewPage')}} + {{this.$route.query.pageName ? this.$t('ParameteItemReportList')+'('+this.$route.query.projectName+')' + ' — '+this.$route.query.title +' — '+ this.$route.query.version: $t('ParameterViewPage')}}
@@ -571,6 +571,7 @@ import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header' }, props: {}, mounted() { + console.log(this.$route.query) // this.Getlist() this.getTableList() this.getcustomizeList()