From 23217c44db56b1d85757cdcef59baa2cf026ff50 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 24 Dec 2021 09:56:23 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
src/components/mobileGoTo/index.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/components/mobileGoTo/index.vue b/src/components/mobileGoTo/index.vue
index a4c8f2c..9122866 100644
--- a/src/components/mobileGoTo/index.vue
+++ b/src/components/mobileGoTo/index.vue
@@ -15,9 +15,9 @@
...mapGetters([
"openmobileGoTo",
"mviewer",
- "DC",
"query",
"MobileWindowChangeData",
+ "ccDataState",
]),
},
data() {
@@ -32,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