浏览代码

temp save

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 => {

部分文件因为文件数量过多而无法显示