在一个页面中用:
this.$router.push({path:'/company/person', query: param})
打开了一个新标签页,在person中要关闭当前页,写了
this.$store.dispatch("company/person", this.$route);
暴错:[vuex] unknown action type: company/person, 哪第一个参数该写什么
在一个页面中用:
this.$router.push({path:'/company/person', query: param})
打开了一个新标签页,在person中要关闭当前页,写了
this.$store.dispatch("company/person", this.$route);
暴错:[vuex] unknown action type: company/person, 哪第一个参数该写什么
9 回答1.7k 阅读✓ 已解决
6 回答1k 阅读
3 回答1.4k 阅读✓ 已解决
4 回答992 阅读✓ 已解决
2 回答1.2k 阅读✓ 已解决
3 回答898 阅读
3 回答1.3k 阅读✓ 已解决
这个
this.$store.dispatch("tagsView/delView", this.$route)