|
|
@@ -326,7 +326,7 @@ |
|
|
|
|
|
|
|
<!-- 地图对话框 --> |
|
|
|
<el-dialog :title="title" :visible.sync="openMap" width="1200px" append-to-body> |
|
|
|
<el-divider><h3 class="header-anchor">地图信息:红色地块表示该地块,青色表示本组织已标记的其他地块</h3></el-divider> |
|
|
|
<el-divider><h3 class="header-anchor">地图信息:黄色地块表示该地块,青色表示本组织已标记的其他地块</h3></el-divider> |
|
|
|
<div id="full-screen-acceptance" style="width: 100%;height:65vh;"> |
|
|
|
<!--<div id="landMapDiv"></div>--> |
|
|
|
<div id="mapWrap"></div> |
|
|
@@ -779,8 +779,8 @@ export default { |
|
|
|
}, |
|
|
|
/** 地图修改按钮操作 */ |
|
|
|
handleMap(row) { |
|
|
|
this.mapTheGeomId = row; |
|
|
|
getLandDetail(row.fid).then((res) => { |
|
|
|
getLandDetail(row.fid).then((theGeomRes) => { |
|
|
|
this.mapTheGeomId = theGeomRes.data; |
|
|
|
getInfoByImportCode(row.importCode).then((res) => { |
|
|
|
let insertCode = res.data; |
|
|
|
if (insertCode != null) { |
|
|
|