Explorar el Código

辅助研判绘制范围不显示

maxiaoxiao hace 5 meses
padre
commit
f6fc6afcaa
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/mapView/range-version.vue

+ 1 - 0
src/components/mapView/range-version.vue

@@ -483,6 +483,7 @@ export default {
               this.model.xzmj = (res.data.area * 0.0015).toFixed(2);
               this.model.xzfw = res.data.id;
               this.model.geom = res.data.geom;
+              this.addPolygon(parse(res.data.geom));
               this.$message({
                 message: "绘制成功!",
                 type: "success",