From f78fb447982b95192ffe4712d537cb243696bcb3 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 17 Jan 2022 14:28:09 +0800
Subject: [PATCH] +bug 每项id
---
src/views/hd/hd.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/views/hd/hd.vue b/src/views/hd/hd.vue
index 5ed3365..7f01eba 100644
--- a/src/views/hd/hd.vue
+++ b/src/views/hd/hd.vue
@@ -240,6 +240,9 @@
row["lx"] = outMapData[0][1];
row["addressname"] = outMapData[1][0];
row["address"] = outMapData[1][1];
+ console.log(row);
+ loading();
+ return;
update(row).then(
() => {
this.onLoad(this.page);
--
Gitblit v1.9.3