Browse Source

Merge branch 'master' into iteration_adminOptimiz

mo 4 years ago
parent
commit
5da868d6b1

+ 1 - 0
dist/static/css/chunk-22a7ecae.b252ee13.css

@@ -0,0 +1 @@
+.btns[data-v-1d89de46]{text-align:right}.remark[data-v-7dfb10a6]{display:inline;overflow:hidden;white-space:pre}

+ 0 - 1
dist/static/css/chunk-750a728a.33481f89.css

@@ -1 +0,0 @@
-.btns[data-v-3b950f08]{text-align:right}.remark[data-v-2db81401]{display:inline;overflow:hidden;white-space:pre}

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.68735704.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-22a7ecae.489256dc.js


+ 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 - 1
src/views/accompaniment/modals/form.vue

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

Some files were not shown because too many files changed in this diff