@@ -178,7 +178,7 @@ export default {
},
mounted() {
- this.$store.dispatch('setSubject')
+ this.$store.dispatch('setSubjects')
this.FetchList()
methods: {
@@ -165,6 +165,7 @@ export default {
}
this.cycle = {
+ ...this.cycle,
paymentAmount: money,
};