change - 电流电压曲线

boardTest
yinq 1 year ago
parent 8d629cc112
commit 570f252741

@ -42,3 +42,12 @@ export function delRecordDnbInstant(objId) {
method: 'delete'
})
}
// 查询电实时数据(曲线)
export function dnbInstantList(query) {
return request({
url: '/ems/record/recordDnbInstant/dnbInstantList',
method: 'get',
params: query
})
}

Loading…
Cancel
Save