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