Sfoglia il codice sorgente

fix dispatch setSubject

wolyshaw 4 anni fa
parent
commit
9ee5d74202
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/accompaniment/index.vue

+ 1 - 1
src/views/accompaniment/index.vue

@@ -178,7 +178,7 @@ export default {
     },
   },
   mounted() {
-    this.$store.dispatch('setSubjects')
+    this.$store.dispatch('setSubject')
     this.FetchList()
   },
   methods: {