代码调整

This commit is contained in:
joylink_cuiweidong 2020-06-10 18:02:46 +08:00
parent c953d98ffa
commit 95715a9f12

View File

@ -81,9 +81,9 @@ export default {
}
}
if (device._type == 'Section' && (device.type == '03' || device.type == '04')) { // model
device = device.switch;
// device = device.switch;
device = this.$store.getters['map/getDeviceByCode'](device.switch.code);
}
return device;
},
clickEvent(em) {