@@ -30,7 +30,8 @@ export default {
},
methods:{
goParent(){
- this.$store.dispatch("tagsView/delView", this.$route);
+ this.$store.dispatch("tagsView/delView", this.$route);
+ this.$destroy();
}
};