修改 政策法规库——问题项管控 事业部、产品规划部 历史记录返回功能调整
This commit is contained in:
@@ -48,6 +48,10 @@ export default {
|
||||
// this.getActiveName()
|
||||
},
|
||||
mounted () {
|
||||
if (this.$route.query.keynoteActiveName) {
|
||||
this.keynoteActiveName = this.$route.query.keynoteActiveName
|
||||
this.$router.replace({ query: null })
|
||||
}
|
||||
var list = [];
|
||||
const menuList = this.$store.getters.getMenuList;
|
||||
let menuData = [];
|
||||
|
||||
@@ -381,11 +381,8 @@ export default {
|
||||
this.searchSarAccess()
|
||||
},
|
||||
back() {
|
||||
this.$router.push({
|
||||
name: 'NonConfomity',
|
||||
query:{
|
||||
activeName:'keynote'
|
||||
}
|
||||
this.$router.replace({
|
||||
name: 'ProblemControl'
|
||||
})
|
||||
},
|
||||
// 清空 查询条件
|
||||
|
||||
@@ -567,11 +567,10 @@ export default {
|
||||
this.getTableBtn()
|
||||
},
|
||||
back () {
|
||||
this.$router.push({
|
||||
name: 'NonConfomity',
|
||||
query:{
|
||||
activeName:'keynote',
|
||||
keynoteActiveName:'product'
|
||||
this.$router.replace({
|
||||
name: 'ProblemControl',
|
||||
query: {
|
||||
keynoteActiveName: 'product'
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user