电位列表

This commit is contained in:
白菜
2025-09-18 10:07:41 +08:00
parent 6ad3ef9d7c
commit 2cb4dbcd84
3 changed files with 33 additions and 28 deletions

View File

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