CN-700 界面刷新保持状态-下钻table等:queryCondition,type,panelName,thirdMenu,fourthMenu
This commit is contained in:
@@ -189,7 +189,8 @@ export default {
|
||||
startTime: getSecond(this.timeFilter.startTime),
|
||||
endTime: getSecond(this.timeFilter.endTime)
|
||||
}
|
||||
const condition = this.$store.getters.getQueryCondition
|
||||
// const condition = this.$store.getters.getQueryCondition
|
||||
const condition = this.$route.query.queryCondition ? this.$route.query.queryCondition : ''
|
||||
if (condition) {
|
||||
params.q = condition
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user