|
|
@ -153,7 +153,7 @@ export default {
|
|
|
|
})
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
closeOthersTags() {
|
|
|
|
closeOthersTags() {
|
|
|
|
this.$router.push(this.selectedTag)
|
|
|
|
this.$router.push(this.selectedTag).catch(()=>{});
|
|
|
|
this.$store.dispatch('tagsView/delOthersViews', this.selectedTag).then(() => {
|
|
|
|
this.$store.dispatch('tagsView/delOthersViews', this.selectedTag).then(() => {
|
|
|
|
this.moveToCurrentTag()
|
|
|
|
this.moveToCurrentTag()
|
|
|
|
})
|
|
|
|
})
|
|
|
|