Commit bc8fba4f authored by 耿迪迪's avatar 耿迪迪

车辆信息问题修改 gengdidi

parent 4a12e448
...@@ -311,8 +311,9 @@ export class EditorMap { ...@@ -311,8 +311,9 @@ export class EditorMap {
this.allDevice[iconType] = []; this.allDevice[iconType] = [];
} }
this.allDevice[iconType].push(device); this.allDevice[iconType].push(device);
this.deviceEvent(device, compontent);
// 设备的事件函数 // 设备的事件函数
if(iconType<9){ if(iconType<10){
this.deviceEvent(device, compontent); this.deviceEvent(device, compontent);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment