修改代码

This commit is contained in:
ChenYi 2025-07-14 17:14:34 +08:00
parent 253caadce8
commit 8cbd9cc530

View File

@ -3148,6 +3148,7 @@ export const postTreeModelDeviceDataInfoPage = <
ThrowOnError ThrowOnError
>({ >({
...options, ...options,
...formDataBodySerializer,
url: '/TreeModel/DeviceDataInfoPage', url: '/TreeModel/DeviceDataInfoPage',
}); });
}; };
@ -3180,6 +3181,7 @@ export const postOneNETLogInfoPage = <ThrowOnError extends boolean = false>(
ThrowOnError ThrowOnError
>({ >({
...options, ...options,
...formDataBodySerializer,
url: '/TableModel/OneNETLogInfo', url: '/TableModel/OneNETLogInfo',
}); });
}; };
@ -3196,6 +3198,7 @@ export const postCTWingLogInfoPage = <ThrowOnError extends boolean = false>(
ThrowOnError ThrowOnError
>({ >({
...options, ...options,
...formDataBodySerializer,
url: '/TableModel/CTWingLogInfo', url: '/TableModel/CTWingLogInfo',
}); });
}; };