|
@@ -581,6 +581,17 @@ export default {
|
|
|
// this.$emit('update:isZhgcLayerDetail',true)
|
|
|
layerQueryGet(this.currentLayerInfo.url, `base_name='${row.baseName}'`)
|
|
|
}
|
|
|
+ else if (this.currentLayerInfo.name === '意向招商地块'){
|
|
|
+ addMyGraph({
|
|
|
+ "type": "polygon",
|
|
|
+ "is_edit": false,
|
|
|
+ "is_temp": false,
|
|
|
+ "is_clear": true,
|
|
|
+ "is_goto": true,
|
|
|
+ "scale": 5000,
|
|
|
+ "data": JSON.parse(row.geojson).coordinates
|
|
|
+ })
|
|
|
+ }
|
|
|
else {
|
|
|
let index = this.tableData.indexOf(row)
|
|
|
let isPologn = this.allResult.type !== 'point'
|