监控中心 - 设备监测 添加查询选择设备点位列表接口添加type参数 0:查看,1:配置
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// 设备监测
|
||||
export enum deviceMonitor {
|
||||
getDeviceGraph = '/carbon-smart/api/monitor/getDeviceGraph',
|
||||
getDevicePointToMonitor = '/carbon-smart//api/monitor/getDevicePointToMonitor',
|
||||
getDevicePointToMonitor = '/carbon-smart/api/monitor/getDevicePointToMonitor',
|
||||
}
|
||||
|
||||
// 能耗监测
|
||||
|
@@ -212,6 +212,7 @@
|
||||
.post(deviceMonitor.getDevicePointToMonitor, {
|
||||
deviceIds: checkedKeys.value,
|
||||
orgId: orgId.value,
|
||||
type: 0,
|
||||
})
|
||||
.then((res) => {
|
||||
if (res.retcode == 0) {
|
||||
|
Reference in New Issue
Block a user