Browse Source

Merge branch 'dev-rmd'

allen 2 tháng trước cách đây
mục cha
commit
c105e92964
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      uavps-web/src/views/system/task/index.vue

+ 1 - 1
uavps-web/src/views/system/task/index.vue

@@ -1714,7 +1714,7 @@ export default {
             secondLat,
             secondLng
           );
-          this.airAngle = this.calculateDistance(
+          this.airAngle = this.calculateBearing(
             firstLat,
             firstLng,
             secondLat,