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