修改标准法规库-标准问答跳转

This commit is contained in:
zyn
2023-04-04 19:26:36 +08:00
parent 92d1115eb1
commit 613187f985
2 changed files with 10 additions and 3 deletions
@@ -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
},
@@ -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()