From 7489660079e6d6dec3997427f282e834d6a8477a Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Tue, 18 Feb 2025 13:31:28 +0800
Subject: [PATCH] 提交代码
---
src/views/DronePilotDetails.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/views/DronePilotDetails.vue b/src/views/DronePilotDetails.vue
index b4342f1..ad9d030 100644
--- a/src/views/DronePilotDetails.vue
+++ b/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
--
Gitblit v1.9.3