Commit d62f9e37 authored by xiexingan's avatar xiexingan

tj

parent f6ab3808
......@@ -61,7 +61,7 @@
<div v-show="transformationSta==1">
<el-row style="padding-bottom:15px;height:780px;background:#fff;" :span="24">
<el-col class="resource-container" :style="obj" ref="drag">
<div id="map" class="map" ref='map' style="width: 100%;height: 720px;position:relative;" @click='closeDetails'></div>
<div id="map" class="map" ref='map' style="width: 100%;height: 720px;position:relative;" ></div>
</el-col>
</el-row>
</div>
......@@ -329,6 +329,8 @@ export default {
}
}
}
}else{
that.queryDetailVisible=false
}
})
},
......@@ -953,11 +955,11 @@ export default {
})
},
//详情
queryDetail(id) {
queryDetail(item) {
this.queryDetailVisible = true
this.noQueryDetailVisible = false
this.$nextTick(() => {
this.$refs.queryDetail.init(id, this.checkedData.sId)
this.$refs.queryDetail.init(item, this.checkedData.sId)
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment