直接使用: this.$store.dispatch('模块名/action名', 参数)

 

methods: { 
  ...mapActions('模块名', ['xxx']), 
  ...mapActions('模块名',{'新名字': 'xxx'})
}

Logo

前往低代码交流专区

更多推荐