参数名称修改

This commit is contained in:
lujiang 2024-08-29 12:36:50 +08:00
parent 52597044c2
commit 62eb1e8007

View File

@ -362,11 +362,11 @@ export default {
this.loadData = res.rows this.loadData = res.rows
}) })
} else if (this.$route.query.floorId != null) { } else if (this.$route.query.floorId != null) {
oneFloorList({ floorId: this.$route.query.floorId }).then(res => { oneFloorList({ floorerId: this.$route.query.floorId }).then(res => {
this.loadData = res.rows this.loadData = res.rows
}) })
} else if (this.$route.query.floorCreateId != null) { } else if (this.$route.query.floorCreateId != null) {
oneFloorCreateList({ floorId: this.$route.query.floorCreateId }).then(res => { oneFloorCreateList({ floorerId: this.$route.query.floorCreateId }).then(res => {
this.loadData = res.rows this.loadData = res.rows
}) })
} else { } else {