shuishen
2021-12-24 23217c44db56b1d85757cdcef59baa2cf026ff50
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() {