@@ -178,7 +178,7 @@ export default {
},
mounted() {
- this.$store.dispatch('setSubject')
+ this.$store.dispatch('setSubjects')
this.FetchList()
methods: {
@@ -68,7 +68,7 @@ export default {
}
if (this.detail) {
for (const key in this.form) {
if (this.form.hasOwnProperty(key)) {