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; } });