Merge branch 'master' of http://192.168.1.22:3000/frontend/admin-sjzx
This commit is contained in:
@@ -30,3 +30,10 @@ export function analyseWave(params:string) {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
// // 123
|
||||
// export function queyDetailUser(params:string) {
|
||||
// return createAxios({
|
||||
// url: '/cs-harmonic-boot/event/analyseWave?eventId=' + params,
|
||||
// method: 'get'
|
||||
// })
|
||||
// }
|
||||
|
||||
@@ -40,17 +40,24 @@ export function getLineExport(data) {
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
export function getVoltage(data:any) {
|
||||
export function getVoltage(data: any) {
|
||||
return createAxios({
|
||||
url: '/event-boot/report/getVoltage',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
export function getGeneralSituation(data:any) {
|
||||
export function getGeneralSituation(data: any) {
|
||||
return createAxios({
|
||||
url: '/event-boot/report/getGeneralSituation',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
export function getTransientValue(data: any) {
|
||||
return createAxios({
|
||||
url: '/event-boot/transient/getTransientValue',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user