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