|
|
@@ -428,7 +428,7 @@
|
|
|
|
|
|
</div>
|
|
|
<!-- 地图功能栏 -->
|
|
|
- <supermap ref="supermap" style="width: 100%;height: 100%;position: relative;top: -10%;" :showLayer="true" @getPipeByDataSetAndSmId="getPipeByDataSetAndSmId" @previewPointDetail="previewPointDetail">
|
|
|
+ <supermap ref="supermap" style="width: 100%;height: 100%;position: relative;top: -10%;" :showLayer="true" @getHeatingPipeByDataSetAndSmId="getHeatingPipeByDataSetAndSmId" @previewPointDetail="previewPointDetail">
|
|
|
</supermap>
|
|
|
<DetailDialog ref="detailDialog" />
|
|
|
<div class="btm_bg"></div>
|
|
|
@@ -3142,7 +3142,7 @@ export default {
|
|
|
this.heatingPipe = {}
|
|
|
},
|
|
|
//查询单选管线信息
|
|
|
- getPipeByDataSetAndSmId(yId,yName) {
|
|
|
+ getHeatingPipeByDataSetAndSmId(yId,yName) {
|
|
|
getGasPipeDetailByYIdAndYName({yId:yId,yName:yName}).then(res => {
|
|
|
this.openHeatingPipeVisible = true
|
|
|
if (res && res.data !== null && res.data !== undefined) {
|