jihongshun
5 天以前 b1ec910ae7c0c19f6afabafd3cb75722a6b059dd
src/views/system/project/components/addPorjectDialog.vue
@@ -414,6 +414,11 @@
            latitude: airPoint.latitude,
            height: airPoint.height,
            isStartAndEndPoint: false,
            coordinatePointReq: {
                height: airPoint.children[0].height,
                latitude:airPoint.children[0].latitude,
                longitude: airPoint.children[0].longitude
              }
          });
        });
      });