fix: 修复三级下钻无法正常进入的问题

This commit is contained in:
chenjinsong
2023-10-16 11:40:45 +08:00
parent cdd3557bbe
commit 2fe18471fa

View File

@@ -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()