修改标准法规库-标准问答跳转
This commit is contained in:
@@ -2647,7 +2647,6 @@ export default {
|
|||||||
},
|
},
|
||||||
//标准问答按钮
|
//标准问答按钮
|
||||||
knowledgeSharing() {
|
knowledgeSharing() {
|
||||||
console.log(this.$route.params.id)
|
|
||||||
this.selectAskReply()
|
this.selectAskReply()
|
||||||
.then((res)=>{
|
.then((res)=>{
|
||||||
if( res && res.data.length === 0){
|
if( res && res.data.length === 0){
|
||||||
@@ -2666,7 +2665,8 @@ export default {
|
|||||||
name: 'MyQuestions3',
|
name: 'MyQuestions3',
|
||||||
query: {
|
query: {
|
||||||
activeName: "myQue",
|
activeName: "myQue",
|
||||||
classification: data.classification,
|
type: this.$route.params.pageType,
|
||||||
|
// classification: data.classification,
|
||||||
id: this.$route.params.id,
|
id: this.$route.params.id,
|
||||||
dialogVisible: false
|
dialogVisible: false
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1361,7 +1361,14 @@ export default {
|
|||||||
})
|
})
|
||||||
}else{
|
}else{
|
||||||
this.activeName = this.$route.query.activeName
|
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.sourceClick()
|
||||||
this.activestand = this.$route.query.id
|
this.activestand = this.$route.query.id
|
||||||
// this.standClick()
|
// this.standClick()
|
||||||
|
|||||||
Reference in New Issue
Block a user