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