增加查询过滤

This commit is contained in:
ChenYi 2025-10-23 11:20:10 +08:00
parent 7f3328c8db
commit f349409516

View File

@ -75,9 +75,11 @@ const gridOptions: VxeGridProps<any> = {
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,
},
});