diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 82f49c5ec..297ccbe34 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -2647,7 +2647,6 @@ export default { }, //标准问答按钮 knowledgeSharing() { - console.log(this.$route.params.id) this.selectAskReply() .then((res)=>{ if( res && res.data.length === 0){ @@ -2666,7 +2665,8 @@ export default { name: 'MyQuestions3', query: { activeName: "myQue", - classification: data.classification, + type: this.$route.params.pageType, + // classification: data.classification, id: this.$route.params.id, dialogVisible: false }, diff --git a/src/pages/personal/pages/my-questions/index3.vue b/src/pages/personal/pages/my-questions/index3.vue index 9cc50d46a..432644d86 100644 --- a/src/pages/personal/pages/my-questions/index3.vue +++ b/src/pages/personal/pages/my-questions/index3.vue @@ -1361,7 +1361,14 @@ export default { }) }else{ this.activeName = this.$route.query.activeName - this.activeType = this.$route.query.classification + if(this.$route.query.type === 'BUSINESS_STAND'){ + this.activeType = 'BUSINESS_STAND' + }else if(this.$route.query.type === 'INLAND_STAND'){ + this.activeType = 'INLAND' + }else if(this.$route.query.type === 'FOREIGN_STAND'){ + this.activeType = 'FOREIGN' + } + // this.activeType = this.$route.query.classification // this.sourceClick() this.activestand = this.$route.query.id // this.standClick()