代码合并
This commit is contained in:
parent
f9bf0d5b04
commit
695427d24a
|
|
@ -788,6 +788,26 @@ export default {
|
||||||
// ...this.queryParams
|
// ...this.queryParams
|
||||||
// }, `type_${new Date().getTime()}.xlsx`)
|
// }, `type_${new Date().getTime()}.xlsx`)
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// iot设备绑定
|
||||||
|
handleBindIOT(row) {
|
||||||
|
console.log('🚀 ~ handleBindIOT ~ row:', row)
|
||||||
|
this.props = {
|
||||||
|
isShow: true,
|
||||||
|
typeId: row.typeId,
|
||||||
|
maCode: row.maCode,
|
||||||
|
}
|
||||||
|
},
|
||||||
|
// 查看设备地图
|
||||||
|
handleMap(row) {
|
||||||
|
console.log('~ handleMap ~ 地图', row)
|
||||||
|
const params = {
|
||||||
|
deviceType: row.deviceType,
|
||||||
|
}
|
||||||
|
// 点击打开弹框
|
||||||
|
this.$refs.mapDialog.openMapDialog(true)
|
||||||
|
this.$refs.mapDialog.getEquipmentInfo(params)
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue