From d0d912bfca08d64cded7ab8f1b035b5fc4fc63e4 Mon Sep 17 00:00:00 2001 From: zyn Date: Wed, 12 Apr 2023 14:16:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E7=AD=94=E6=8F=90=E4=BA=A4=E5=90=8E?= =?UTF-8?q?=E5=9B=9E=E6=98=BE=E4=BC=A0=E5=8F=82=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/personal/pages/my-questions/index3.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/personal/pages/my-questions/index3.vue b/src/pages/personal/pages/my-questions/index3.vue index f747c56f0..a8f656236 100644 --- a/src/pages/personal/pages/my-questions/index3.vue +++ b/src/pages/personal/pages/my-questions/index3.vue @@ -1354,6 +1354,7 @@ export default { }else if(this.$route.query.type === 'FOREIGN_STAND'){ this.standType = 'FOREIGN' } + this.standTypeChange() let type = this.standType === 'FOREIGN' ? '海外标准' : this.standType === 'INLAND' ? '国内标准' : "企业标准" this.selectById(this.$route.query.id,type).then(res =>{ this.handleSelectTableList = [res.data] @@ -1368,6 +1369,7 @@ export default { }else if(this.$route.query.type === 'FOREIGN_STAND'){ this.activeType = 'FOREIGN' } + this.standTypeChange() // this.activeType = this.$route.query.classification // this.sourceClick() this.activestand = this.$route.query.id