wd 7 年之前
父节点
当前提交
b2dd202f63
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      index.ts

+ 2 - 0
index.ts

@@ -491,6 +491,8 @@ export function convertAirspaceInfoLocalToServer(airspace
             }
 
             line.passing_points = passing_points;
+        } else {
+            line.passing_points = [];
         }
         return line;
     } else {