设备检控官查看点位图表

This commit is contained in:
白菜
2025-09-13 22:56:07 +08:00
parent 98e2c4c3be
commit 52b6083baa
4 changed files with 9 additions and 9 deletions

View File

@ -130,7 +130,7 @@ export default {
endDate=end
}
getPointValueList({siteIds:[this.siteId],dataUnit,categoryName:this.categoryName,pointName:this.pointName,startDate,endDate,siteDeviceMap:{}}).then(response => {
getPointValueList({siteIds:[this.siteId],deviceId:this.deviceId,dataUnit,categoryName:this.categoryName,pointName:this.pointName,startDate,endDate,siteDeviceMap:{}}).then(response => {
this.setOption(response?.data || [])
}).finally(()=>{
this.hideLoading()