diff --git a/src/views/admin/RepairList.vue b/src/views/admin/RepairList.vue index e2abc24..462ab26 100644 --- a/src/views/admin/RepairList.vue +++ b/src/views/admin/RepairList.vue @@ -362,11 +362,11 @@ export default { this.loadData = res.rows }) } 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 }) } 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 }) } else {