From 62eb1e800730fe034dfee9a784f89b438e6c3ec4 Mon Sep 17 00:00:00 2001 From: lujiang Date: Thu, 29 Aug 2024 12:36:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=90=8D=E7=A7=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/admin/RepairList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {