liuyg
2021-12-23 986c16eef9d98de6cbc72f43c1d2e8f3a8eb9418
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() {