设备监控问题修改
This commit is contained in:
@@ -466,6 +466,7 @@ const iRadioList: any = ref([]),
|
||||
const getRealTimeData = async (val: any) => {
|
||||
iRadioList.value = []
|
||||
vRadioList.value = []
|
||||
console.log(val, '999999999')
|
||||
val.map((item: any) => {
|
||||
//基波电流相角
|
||||
if (item.statisticalName == 'Pq_FundIAng') {
|
||||
@@ -490,7 +491,7 @@ const getRealTimeData = async (val: any) => {
|
||||
listA.value.push(item)
|
||||
}
|
||||
})
|
||||
|
||||
console.log(listA.value, listV.value, '++++++++++++494')
|
||||
echartsDataV1.value.options.series[0].data = [
|
||||
{
|
||||
name: 'A相',
|
||||
|
||||
Reference in New Issue
Block a user