修改代码
This commit is contained in:
parent
253caadce8
commit
8cbd9cc530
@ -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',
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user