浏览代码

fix dispatch setSubject

wolyshaw 4 年之前
父节点
当前提交
9ee5d74202
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: {