fix: 修复三级下钻无法正常进入的问题
This commit is contained in:
@@ -786,6 +786,7 @@ export default {
|
||||
t: +new Date()
|
||||
}
|
||||
})
|
||||
return
|
||||
} else if (opeType === 3) {
|
||||
this.$router.push({
|
||||
query: {
|
||||
@@ -794,6 +795,7 @@ export default {
|
||||
t: +new Date()
|
||||
}
|
||||
})
|
||||
return
|
||||
} else if (opeType !== 4) {
|
||||
this.$router.push({
|
||||
query: {
|
||||
@@ -803,6 +805,7 @@ export default {
|
||||
t: +new Date()
|
||||
}
|
||||
})
|
||||
return
|
||||
}
|
||||
/* if (route === this.route) {
|
||||
this.refresh()
|
||||
|
||||
Reference in New Issue
Block a user