From cb0882e7c2194c398bb998c16e86a84c1b616cb0 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Tue, 18 Jun 2024 15:41:13 +0800
Subject: [PATCH] fix: bug修改

---
 src/views/list/road.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/list/road.vue b/src/views/list/road.vue
index 48ba8b9..3e22237 100644
--- a/src/views/list/road.vue
+++ b/src/views/list/road.vue
@@ -391,7 +391,7 @@
       macType = this.carvalue;
     }
     get("coordinate/selectCruiserRoad", {
-      name: this.selectLuName,
+      name: "",
       mac: macType,
     }).then((res) => {
       res.data.data.forEach((item: any) => {
@@ -443,7 +443,6 @@
         flylat: currentCoord[1],
       });
     });
-    console.log("data", data);
     this.check = false;
     this.startstate = "batch";
     post("coordinateDetail/batch", {

--
Gitblit v1.8.0