Explorar el Código

fix dispatch setSubject

wolyshaw hace 4 años
padre
commit
9ee5d74202
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: {