瀏覽代碼

Merge branch 'Nov16thResetMusic' into online

mo 4 年之前
父節點
當前提交
23204608de
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      src/views/accompaniment/index.vue
  2. 1 0
      src/views/teamDetail/components/modals/class-pay-list-item.vue

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

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

+ 1 - 0
src/views/teamDetail/components/modals/class-pay-list-item.vue

@@ -165,6 +165,7 @@ export default {
       }
 
       this.cycle = {
+        ...this.cycle,
         paymentAmount: money,
       };
     },