From c333c671ef1541171c96d11b0266fdc0237665c8 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 23 Dec 2021 14:00:41 +0800
Subject: [PATCH] +街道位置

---
 src/components/mobileGoTo/index.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/components/mobileGoTo/index.vue b/src/components/mobileGoTo/index.vue
index 5da6cba..9122866 100644
--- a/src/components/mobileGoTo/index.vue
+++ b/src/components/mobileGoTo/index.vue
@@ -17,6 +17,7 @@
       "mviewer",
       "query",
       "MobileWindowChangeData",
+      "ccDataState",
     ]),
   },
   data() {
@@ -31,6 +32,10 @@
       this.lnt = this.query.lntLat[0];
       this.lat = this.query.lntLat[1];
     },
+    ccDataState() {
+      this.lnt = this.query.lntLat[0];
+      this.lat = this.query.lntLat[1];
+    },
   },
   methods: {
     submitForm() {

--
Gitblit v1.9.3