@@ -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 => {
@@ -87,7 +87,7 @@ export default {
- this.$api.house.admestatesortedit({
+ this.$api.house.admschoolsortedit({