完成 谐波监测 稳态统计报表 联调 全局对话框添加可移动属性
This commit is contained in:
@@ -69,11 +69,10 @@ export function addTemplate(data) {
|
||||
})
|
||||
}
|
||||
//模板对应指标替换
|
||||
export function getCustomReport(data) {
|
||||
export function getCustomReport(data: any) {
|
||||
return createAxios({
|
||||
url: '/harmonic-boot/customReport/getCustomReport',
|
||||
method: 'post',
|
||||
resposeType: 'blob',
|
||||
method: 'POST',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user