代码调整
This commit is contained in:
parent
c953d98ffa
commit
95715a9f12
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user