From b5ca94ab98091a883d3009717225b35cd8208911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E8=89=AFking?= <2244255345@qq.com> Date: Wed, 16 Feb 2022 11:37:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A5=BC=E5=B1=82=E8=A3=85=E4=BF=AE=20?= =?UTF-8?q?=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/lili-floor-renovation/floorList.vue | 35 +++++++++++++++---- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/manager/src/views/lili-floor-renovation/floorList.vue b/manager/src/views/lili-floor-renovation/floorList.vue index f63be8bd..c65b84cd 100644 --- a/manager/src/views/lili-floor-renovation/floorList.vue +++ b/manager/src/views/lili-floor-renovation/floorList.vue @@ -42,6 +42,7 @@
暂无更多模板
+ { + // let params = { + // pageNumber: 1, + // pageSize: 999, + // pageType: "INDEX", + // pageClientType: "PC", + // }; + API_floor.getHomeList(this.searchForm).then((res) => { if (res.success) { + // this.total + this.total = res.result.total this.list = res.result.records; this.list.forEach((e) => { if (e.pageShow === "OPEN") {