监控中心 - 设备监测 添加查询选择设备点位列表接口添加type参数 0:查看,1:配置
This commit is contained in:
@@ -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