|
@@ -214,16 +214,16 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
// 查看浮层设备详情
|
|
|
- // handleClickEquipDetail(row) {
|
|
|
- // if (row.assetnum) {
|
|
|
- // this.$refs.equipDetail.open({ row: JSON.stringify(row) })
|
|
|
- // }
|
|
|
- // },
|
|
|
handleClickEquipDetail(row) {
|
|
|
- if (row.assetuid) {
|
|
|
- window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=assetdevic&uniqueid=${row.assetuid}`)
|
|
|
+ if (row.assetnum) {
|
|
|
+ this.$refs.equipDetail.open({ row: JSON.stringify(row) })
|
|
|
}
|
|
|
},
|
|
|
+ // handleClickEquipDetail(row) {
|
|
|
+ // if (row.assetuid) {
|
|
|
+ // window.open(`http://gcgl.wanda.cn/maximo/ui/?event=loadapp&value=assetdevic&uniqueid=${row.assetuid}`)
|
|
|
+ // }
|
|
|
+ // },
|
|
|
// 查看浮层位置详情
|
|
|
handleClickPointDeatil(point) {
|
|
|
if (point.id && this.activeItem) this.$refs.boxRoom.open({ name: this.activeItem.name, type: this.type, location: point.id })
|