临时用
This commit is contained in:
parent
da829d4d54
commit
1535755414
@ -64,6 +64,7 @@ interface IAreaConfig<T = unknown> {
|
||||
|
||||
export async function getAllDeviceArea() {
|
||||
return await api.get<PageDto<IAreaConfigListItem>>(
|
||||
'/api/config/device/area/page'
|
||||
'/api/config/device/area/page',
|
||||
{ params: { current: 1, size: 50 } }
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user