From e70c3ee7d3a5d28f742caea299b86370a3cfd481 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 23 Dec 2021 14:00:55 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
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