Update copyright

This commit is contained in:
RuoYi
2021-01-04 17:49:52 +08:00
parent 57a2eb4217
commit 2116ee1822
3 changed files with 3 additions and 3 deletions

View File

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