chenyao
2025-02-18 b5591da48cf8cc2a3c3f76eec86dfdfa5bf47485
测试航线
1 files modified
3 ■■■■ changed files
src/views/DronePilotDetails.vue 3 ●●●● patch | view | raw | blame | history
src/views/DronePilotDetails.vue
@@ -303,7 +303,8 @@
    case EBizCode.FlightTaskProgress: { // 获取进度
      // 如果点击列表进入没有获取到航线文件,那么这里重新请求一次
      console.log('航线有么?',payload)
      if (ssLinePath.value == '') {
      console.log('航线有么111?',ssLinePath.value)
      if (!ssLinePath || ssLinePath.value == '') {
        getWrjSsLx()
      }
      break