liujq 4 年 前
コミット
7ff5cf27fd

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/index.html


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/chunk-13cdbe69.2888c273.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/chunk-4539db0e.babcaa5b.js


+ 1 - 1
src/views/house/index.vue

@@ -122,7 +122,7 @@ export default {
   },
   methods: {
     saveHandle (row) {
-      this.$api.house.admschoolsortedit({
+      this.$api.house.admestatesortedit({
         id: row.id,
         sort: row.sort,
       }).then(data => {

+ 1 - 1
src/views/school/index.vue

@@ -87,7 +87,7 @@ export default {
   },
   methods: {
     saveHandle (row) {
-      this.$api.house.admestatesortedit({
+      this.$api.house.admschoolsortedit({
         id: row.id,
         sort: row.sort,
       }).then(data => {

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません