Bladeren bron

temp save

liujq 4 jaren geleden
bovenliggende
commit
7ff5cf27fd

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-13cdbe69.2888c273.js


File diff suppressed because it is too large
+ 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 => {

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