QuKatie hace 3 años
padre
commit
b4cdb73eaf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/store/modules/tags.js

+ 1 - 1
src/store/modules/tags.js

@@ -69,7 +69,7 @@ const navs = {
         name: 'tagList',
         content: state.tagList
       })
-      delTabsKey(action.label)
+      delTabsKey(state.tag.label)
     },
     DEL_ALL_TAG: (state) => {
       state.tagList = [state.tagWel];