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