点位
This commit is contained in:
@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user