Browse Source

绘制内容结算0119

zhiyuan-007 18 hours ago
parent
commit
115878ce9c
1 changed files with 8 additions and 2 deletions
  1. 8 2
      src/components/mapJK.vue

+ 8 - 2
src/components/mapJK.vue

@@ -1486,7 +1486,10 @@ export default {
                         type:"conflict",
                         action:message.routeInfoVO.avoidanceType,
                         data:message.routeInfoVO.avoidanceType == "wait" ?message.nearestAircraft:message.routeInfoVO,
-                        origin:message.routeInfoVO
+                        origin:{
+                          ...message.nearestAircraft,
+                          ...message.routeInfoVO
+                        }
                       }
                     });
                     addGraphics({
@@ -1544,7 +1547,10 @@ export default {
                           type:"routeDeviate",
                           data:message.routeDeviate,
                           index:message.index,
-                          origin:message.routeInfoVO
+                          origin:{
+                            ...message.routeDeviate,
+                            ...message.routeInfoVO
+                          }
                         }
                       });
                     }