修改测试问题
This commit is contained in:
@@ -387,7 +387,8 @@ const handleTolerableEventClick = async (row: any) => {
|
||||
persistTime: row.value[0], //持续时间
|
||||
featureAmplitude: (row.value[1] / 100), //残余电压
|
||||
startTime: row.value[2], //时间
|
||||
lineName: row.value[4] //监测点名称
|
||||
lineName: row.value[4], //监测点名称
|
||||
engineeringName: row.value[5],
|
||||
}
|
||||
boxoList.value.systemType = 'YPT'
|
||||
wp.value = res.data
|
||||
|
||||
Reference in New Issue
Block a user