From c5ddb674b10b89ebd08ea1c2c5577484e94ac3e0 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 17 Jan 2022 14:32:03 +0800
Subject: [PATCH] +去掉打印

---
 src/views/hd/hd.vue                |    6 +++---
 src/views/hd/getMapDataInThere.vue |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/hd/getMapDataInThere.vue b/src/views/hd/getMapDataInThere.vue
index b51be99..2ecc573 100644
--- a/src/views/hd/getMapDataInThere.vue
+++ b/src/views/hd/getMapDataInThere.vue
@@ -282,7 +282,7 @@
       }
       let line = this.changeMapData(lineBefor, "name");
       let point = this.changeMapData(pointBefor, "name");
-      console.log(line, point);
+      // console.log(line, point);
       if (line[0] == "namenot" || point[0] == "namenot") {
         //需要显示验证失败合集
         let errorId = [];
@@ -292,9 +292,9 @@
         if (point[0] == "namenot") {
           errorId.push(...point[1]);
         }
-        console.log(errorId, "errorId");
+        // console.log(errorId, "errorId");
         for (let x in this.ourDatas) {
-          console.log(this.ourDatas[x], "x");
+          // console.log(this.ourDatas[x], "x");
           let flog = true;
           for (let k in errorId) {
             if (errorId[k] == this.ourDatas[x].id) {
diff --git a/src/views/hd/hd.vue b/src/views/hd/hd.vue
index 7f01eba..952550e 100644
--- a/src/views/hd/hd.vue
+++ b/src/views/hd/hd.vue
@@ -240,9 +240,9 @@
       row["lx"] = outMapData[0][1];
       row["addressname"] = outMapData[1][0];
       row["address"] = outMapData[1][1];
-      console.log(row);
-      loading();
-      return;
+      // console.log(row);
+      // loading();
+      // return;
       update(row).then(
         () => {
           this.onLoad(this.page);

--
Gitblit v1.9.3