代码合并

This commit is contained in:
BianLzhaoMin 2024-08-05 15:13:06 +08:00
parent f9bf0d5b04
commit 695427d24a
1 changed files with 20 additions and 0 deletions

View File

@ -788,6 +788,26 @@ export default {
// ...this.queryParams
// }, `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>