Browse Source

3D true/false说明

master
xuhuajiao 3 years ago
parent
commit
a9efec3f80
  1. 2
      src/views/storeManage/warehouse3D/archivesStorage/index.vue

2
src/views/storeManage/warehouse3D/archivesStorage/index.vue

@ -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() {

Loading…
Cancel
Save