From 36ca4307810597bef005d6e2ee8b5b4e978488ff Mon Sep 17 00:00:00 2001 From: selia-zx <1771203023@qq.com> Date: Thu, 4 Dec 2025 11:31:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E6=A0=BC=E5=92=8C?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/centerairC/hostRunReport/index.vue | 2 +- src/views/hotWater/hotPumpLog/index.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/centerairC/hostRunReport/index.vue b/src/views/centerairC/hostRunReport/index.vue index ece9987..59509c2 100644 --- a/src/views/centerairC/hostRunReport/index.vue +++ b/src/views/centerairC/hostRunReport/index.vue @@ -84,7 +84,7 @@ > - + diff --git a/src/views/hotWater/hotPumpLog/index.vue b/src/views/hotWater/hotPumpLog/index.vue index 81c6c2e..e69a793 100644 --- a/src/views/hotWater/hotPumpLog/index.vue +++ b/src/views/hotWater/hotPumpLog/index.vue @@ -59,7 +59,6 @@ border style="width: 100%" v-loading="loading" - height="700" :cell-style="tableRowStyle" class="log_table" > @@ -871,9 +870,11 @@ export default { console.log("列表返回", res); if (res.code == 200 && res.rows) { this.tableData = res.rows; + this.total = res.total; this.loading = false; } else { this.tableData = []; + this.total = 0; this.loading = false; } });