合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
``` import { mapGetters } from"vuex"; ``` 字典、loading、税率、组织、用户 ``` ...mapGetters("common", ["TD", "loading", "taxObj", "orgList" ]) ...mapGetters('account', ['user']), ``` 用法一 ``` ...mapMutations("audit", ["setAuditData"]), this.setAuditData(this.flowData); ``` 用法二 ``` this.$store.dispatch("audit/setAuditData", this.flowData); this.$store.dispatch("common/getTax"); this.$store.dispatch("common/getOrgList"); ```