This commit is contained in:
白菜
2025-09-22 10:16:21 +08:00
parent 85cfd204ae
commit cbc7a341c9
3 changed files with 46 additions and 10 deletions

View File

@ -152,7 +152,7 @@ export default {
methods:{
// 查看设备电位表格
pointDetail(row){
this.$refs.pointTable.showTable({deviceCategory:row.deviceCategory,siteId:row.siteId,deviceId:row.deviceId})
this.$refs.pointTable.showTable(row)
},
clearEditDeviceData(){
this.mode = '';