From 2cb3b5b4924d09d7b185eef4da6f52a6893d5957 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 8 Mar 2026 12:27:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(iot):=20IoT=20=E4=BA=A7=E5=93=81=E5=92=8C?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E5=88=86=E9=A1=B5=E9=BB=98=E8=AE=A4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=2012=20=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iot/device/device/index.vue | 2 +- src/views/iot/product/product/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/iot/device/device/index.vue b/src/views/iot/device/device/index.vue index 77824179c..3722deadf 100644 --- a/src/views/iot/device/device/index.vue +++ b/src/views/iot/device/device/index.vue @@ -392,7 +392,7 @@ const list = ref([]) // 列表的数据 const total = ref(0) // 列表的总页数 const queryParams = reactive({ pageNo: 1, - pageSize: 10, + pageSize: 12, deviceName: undefined, productId: undefined as number | undefined, deviceType: undefined, diff --git a/src/views/iot/product/product/index.vue b/src/views/iot/product/product/index.vue index c0ad73523..3a9cfb347 100644 --- a/src/views/iot/product/product/index.vue +++ b/src/views/iot/product/product/index.vue @@ -263,7 +263,7 @@ const list = ref([]) // 列表的数据 const total = ref(0) // 列表的总页数 const queryParams = reactive({ pageNo: 1, - pageSize: 10, + pageSize: 12, name: undefined, productKey: undefined })