From c357b24c771ee0925d89132c46187d94ce38639b Mon Sep 17 00:00:00 2001 From: wangxiaohua <1214073490@qq.com> Date: Fri, 10 Dec 2021 10:18:24 +0800 Subject: [PATCH] init --- src/page/index/tags.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/page/index/tags.vue b/src/page/index/tags.vue index f53af41..ffa7f0a 100644 --- a/src/page/index/tags.vue +++ b/src/page/index/tags.vue @@ -145,6 +145,7 @@ query: tag.query }).catch(() => {}) }, + //关闭其他 closeOthersTags() { this.contextmenuFlag = false this.$store.commit('DEL_TAG_OTHER') @@ -159,6 +160,7 @@ }) return { tag: tag, key: key } }, + //关闭全部 closeAllTags() { this.contextmenuFlag = false this.$store.commit('DEL_ALL_TAG')