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