Browse Source

fix dispatch setSubject

wolyshaw 4 năm trước cách đây
mục cha
commit
9ee5d74202
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: {