历史数据返回跳回重点问题监控
This commit is contained in:
@@ -29,8 +29,17 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleClick(tab, event) {
|
handleClick(tab, event) {
|
||||||
|
},
|
||||||
|
getActiveName(){
|
||||||
|
if (this.$route.query.activeName){
|
||||||
|
this.activeName = this.$route.query.activeName
|
||||||
|
}
|
||||||
|
console.log('35',this.activeName)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
created() {
|
||||||
|
this.getActiveName()
|
||||||
|
},
|
||||||
watch: {},
|
watch: {},
|
||||||
mounted () {}
|
mounted () {}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -373,7 +373,10 @@ export default {
|
|||||||
},
|
},
|
||||||
back() {
|
back() {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: 'NonConfomity'
|
name: 'NonConfomity',
|
||||||
|
query:{
|
||||||
|
activeName:'keynote'
|
||||||
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 清空 查询条件
|
// 清空 查询条件
|
||||||
|
|||||||
Reference in New Issue
Block a user