Преглед изворни кода

Merge branch 'master' of https://git.steerinfo.com/DAL-DAZHOU/icore-pass

luobang пре 1 година
родитељ
комит
a625cc3dd0

+ 3 - 0
src/views/statisticalReport/components/salesLogisticsStatistics/mapTest.vue

@@ -469,6 +469,9 @@ export default {
     },
     initData(orderNumber) {
       let that = this
+      if(this.map){
+        this.map.destroy();
+      }
       that.axios
         .post('/api/v1/otms/fullPath?orderNumber=' + orderNumber)
         .then(res => {