vue-element-admin中标签页的关闭

在一个页面中用:

this.$router.push({path:'/company/person', query: param})

打开了一个新标签页,在person中要关闭当前页,写了

this.$store.dispatch("company/person", this.$route);

暴错:[vuex] unknown action type: company/person, 哪第一个参数该写什么

阅读 5.1k
1 个回答

这个
this.$store.dispatch("tagsView/delView", this.$route)

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题