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