Browse Source

Merge branch 'master' of http://git.2weisou.com/wangxiao/zkPCproject into master

newStyle
lancer 2 years ago
parent
commit
c7ff26c6ce
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/page/index/tags.vue

+ 2
- 0
src/page/index/tags.vue View File

@@ -145,6 +145,7 @@
query: tag.query query: tag.query
}).catch(() => {}) }).catch(() => {})
}, },
//关闭其他
closeOthersTags() { closeOthersTags() {
this.contextmenuFlag = false this.contextmenuFlag = false
this.$store.commit('DEL_TAG_OTHER') this.$store.commit('DEL_TAG_OTHER')
@@ -159,6 +160,7 @@
}) })
return { tag: tag, key: key } return { tag: tag, key: key }
}, },
//关闭全部
closeAllTags() { closeAllTags() {
this.contextmenuFlag = false this.contextmenuFlag = false
this.$store.commit('DEL_ALL_TAG') this.$store.commit('DEL_ALL_TAG')


Loading…
Cancel
Save