فهرست منبع

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() {
   mounted() {
-    this.$store.dispatch('setSubject')
+    this.$store.dispatch('setSubjects')
     this.FetchList()
     this.FetchList()
   },
   },
   methods: {
   methods: {

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

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