无人机管理后台前端(已迁走)
chenyao
2025-10-27 b8a666ab8034beb64420e5170d1216c9f102c0df
feat:更新返航高度
1 files modified
4 ■■■ changed files
src/views/tickets/orderLog.vue 4 ●●● patch | view | raw | blame | history
src/views/tickets/orderLog.vue
@@ -1327,7 +1327,9 @@
              return this.$message.warning('任务时间不能小于当前时间');
            }
          }
          const maxItem = this.form.device_map_infos.reduce((max, item) => {
          console.log(this.device_sns,this.form.device_sns, '打印')
          return
          const maxItem = this.device_sns.reduce((max, item) => {
            return item.drone_height > max.drone_height ? item : max;
          });
          console.log(maxItem.drone_height, '高度');