|
@ -191,10 +191,12 @@ export default { |
|
|
}, |
|
|
}, |
|
|
// 设置温湿度报警状况 |
|
|
// 设置温湿度报警状况 |
|
|
handleAlarm(deviceId) { |
|
|
handleAlarm(deviceId) { |
|
|
|
|
|
// true 报警 false 不报警 |
|
|
window.frames['iframeMap'].Myalert(deviceId, true) |
|
|
window.frames['iframeMap'].Myalert(deviceId, true) |
|
|
}, |
|
|
}, |
|
|
// 设置是否显示 |
|
|
// 设置是否显示 |
|
|
handleHide(deviceId) { |
|
|
handleHide(deviceId) { |
|
|
|
|
|
// true 显示 false 隐藏 |
|
|
window.frames['iframeMap'].setYangGanCanshow(deviceId, false) |
|
|
window.frames['iframeMap'].setYangGanCanshow(deviceId, false) |
|
|
}, |
|
|
}, |
|
|
getData() { |
|
|
getData() { |
|
|