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