设备列表查看电位表格
This commit is contained in:
@ -62,3 +62,11 @@ export function getDeviceList(siteId) {
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
//获取设备点位table
|
||||
export function getDevicePointList({siteId,deviceCategory,pageNum,pageSize}) {
|
||||
return request({
|
||||
url: `/ems/siteConfig/getDevicePointList?siteId=${siteId}&pageNum=${pageNum}&pageSize=${pageSize}&deviceCategory=${deviceCategory}`,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user