2025-11-20紧急优化内容修复

This commit is contained in:
白菜
2025-11-27 15:58:23 +08:00
parent 9a585e97db
commit 65f0e92296
5 changed files with 6 additions and 6 deletions

View File

@ -274,8 +274,8 @@ export default {
methods: {
// 查看设备电位表格
pointDetail(row,dataType){
const {siteId,deviceId} = row
this.$refs.pointTable.showTable({siteId,deviceId,deviceCategory:'PCS'},dataType)
const {deviceId} = row
this.$refs.pointTable.showTable({siteId:this.siteId,deviceId,deviceCategory:'PCS'},dataType)
},
showChart(pointName, deviceId,isBranch=false) {
pointName &&