Explorar el Código

选址定位修改

maxiaoxiao hace 9 meses
padre
commit
97a42ed286
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/siteselection/components/xzjg.vue

+ 1 - 1
src/views/siteselection/components/xzjg.vue

@@ -391,7 +391,7 @@ export default {
     mapview(item) {
       if (!dataSources[item.id]){
         this.drawWktPloygon(item.geom, "#ff0000", item.id);
-        this.tempdataSourcesId = id;
+        this.tempdataSourcesId = item.id;
       }
     },
     pullUp(item, height) {