mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-10 12:50:38 +08:00
fix bug
This commit is contained in:
parent
bbc762a1a7
commit
e7288328a4
@ -88,9 +88,10 @@ export default {
|
|||||||
},
|
},
|
||||||
refreshSelectedTag(view) {
|
refreshSelectedTag(view) {
|
||||||
this.$store.dispatch('delCachedView', view).then(() => {
|
this.$store.dispatch('delCachedView', view).then(() => {
|
||||||
const { path } = this.$route
|
const { fullPath } = view
|
||||||
|
|
||||||
this.$router.replace({
|
this.$router.replace({
|
||||||
path: '/redirect' + path
|
path: '/redirect' + fullPath
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user