From bfb46f056ef180348d04f3add2142e7bf9472cfb Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Fri, 19 Nov 2021 15:03:26 +0800 Subject: [PATCH 01/24] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E8=B7=B3=E5=9B=9E=E9=87=8D=E7=82=B9=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E7=9B=91=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/regulatoryRepository/nonConfomity/index.vue | 9 +++++++++ .../nonConfomity/pages/businessDetails.vue | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/nonConfomity/index.vue b/src/pages/regulatoryRepository/nonConfomity/index.vue index 725176438..c4f363993 100644 --- a/src/pages/regulatoryRepository/nonConfomity/index.vue +++ b/src/pages/regulatoryRepository/nonConfomity/index.vue @@ -29,8 +29,17 @@ export default { }, methods: { handleClick(tab, event) { + }, + getActiveName(){ + if (this.$route.query.activeName){ + this.activeName = this.$route.query.activeName + } + console.log('35',this.activeName) } }, + created() { + this.getActiveName() + }, watch: {}, mounted () {} } diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/businessDetails.vue b/src/pages/regulatoryRepository/nonConfomity/pages/businessDetails.vue index 0733eb5ad..02284699d 100644 --- a/src/pages/regulatoryRepository/nonConfomity/pages/businessDetails.vue +++ b/src/pages/regulatoryRepository/nonConfomity/pages/businessDetails.vue @@ -373,7 +373,10 @@ export default { }, back() { this.$router.push({ - name: 'NonConfomity' + name: 'NonConfomity', + query:{ + activeName:'keynote' + } }) }, // 清空 查询条件 From 4deaf1964af0363702208b544e06a01754f1b84a Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Fri, 19 Nov 2021 15:34:50 +0800 Subject: [PATCH 02/24] =?UTF-8?q?=E4=BA=A7=E5=93=81=E8=A7=84=E5=88=92?= =?UTF-8?q?=E9=83=A8=E5=8E=86=E5=8F=B2=E6=95=B0=E6=8D=AE=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E8=B7=B3=E5=9B=9E=E9=87=8D=E7=82=B9=E9=97=AE=E9=A2=98=E7=9B=91?= =?UTF-8?q?=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/regulatoryRepository/nonConfomity/index.vue | 10 +++++++--- .../nonConfomity/pages/keyIssues.vue | 3 ++- .../nonConfomity/pages/productDetails.vue | 6 +++++- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/pages/regulatoryRepository/nonConfomity/index.vue b/src/pages/regulatoryRepository/nonConfomity/index.vue index c4f363993..2fbd07e11 100644 --- a/src/pages/regulatoryRepository/nonConfomity/index.vue +++ b/src/pages/regulatoryRepository/nonConfomity/index.vue @@ -7,7 +7,7 @@ - + @@ -24,7 +24,8 @@ export default { }, data () { return { - activeName: 'database' + activeName: 'database', + keynoteActiveName: 'cause' } }, methods: { @@ -34,7 +35,10 @@ export default { if (this.$route.query.activeName){ this.activeName = this.$route.query.activeName } - console.log('35',this.activeName) + if (this.$route.query.keynoteActiveName){ + this.keynoteActiveName = this.$route.query.keynoteActiveName + } + console.log('35',this.keynoteActiveName) } }, created() { diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/keyIssues.vue b/src/pages/regulatoryRepository/nonConfomity/pages/keyIssues.vue index 3df10e284..ea9994723 100644 --- a/src/pages/regulatoryRepository/nonConfomity/pages/keyIssues.vue +++ b/src/pages/regulatoryRepository/nonConfomity/pages/keyIssues.vue @@ -2,7 +2,7 @@ - + @@ -109,16 +94,6 @@ - - - - - - - + @@ -172,16 +147,6 @@ - - - - - - - + @@ -236,17 +201,6 @@ - - - - - - - + @@ -301,17 +255,6 @@ - - - - - -