From c869f5ea10c1a2637438527f3593febf9b8bd587 Mon Sep 17 00:00:00 2001 From: baiying <15287105139@139.com> Date: Mon, 5 Aug 2024 10:58:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86=E6=80=BB?= =?UTF-8?q?=E6=9D=A1=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/views/iot/device/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vue/src/views/iot/device/index.vue b/vue/src/views/iot/device/index.vue index 2b6c26a8..bc7bd5c2 100644 --- a/vue/src/views/iot/device/index.vue +++ b/vue/src/views/iot/device/index.vue @@ -236,7 +236,7 @@ export default { // 查询参数 queryParams: { pageNum: 1, - pageSize: 12, + pageSize: 13, deviceName: null, productId: null, groupId: null, @@ -393,7 +393,7 @@ export default { this.getGroupList(); listDeviceShort(this.queryParams).then((response) => { this.deviceList = response.rows; - this.total = response.total; + this.total = response.total - 1; // 订阅消息 if (this.deviceList && this.deviceList.length > 0) { this.mqttSubscribe(this.deviceList);