From f3494095161b2a18256520f452b09f38e9c1e6a0 Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Thu, 23 Oct 2025 11:20:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9F=A5=E8=AF=A2=E8=BF=87?= =?UTF-8?q?=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/devicemanagement/thingmodelinfo/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/web-antd/src/views/devicemanagement/thingmodelinfo/index.vue b/apps/web-antd/src/views/devicemanagement/thingmodelinfo/index.vue index cec9685..47cef50 100644 --- a/apps/web-antd/src/views/devicemanagement/thingmodelinfo/index.vue +++ b/apps/web-antd/src/views/devicemanagement/thingmodelinfo/index.vue @@ -75,9 +75,11 @@ const gridOptions: VxeGridProps = { ajax: { query: async ({ page }, formValues) => { const { data } = await postThingModelInfoPageAsync({ - body: { + query: { pageIndex: page.currentPage, pageSize: page.pageSize, + ioTPlatform: Number.parseInt(props.ioTPlatform) as 1 | 2, + ioTPlatformProductId: props.productId, ...formValues, }, });