完成 监测点报告 迁移
This commit is contained in:
@@ -31,4 +31,12 @@ export function selectReleation(data) {
|
||||
method: "post",
|
||||
params:data
|
||||
});
|
||||
}
|
||||
export function getLineExport(data) {
|
||||
return createAxios({
|
||||
url: "/event-boot/report/getLineExport",
|
||||
method: "post",
|
||||
data: data,
|
||||
responseType: 'blob',
|
||||
});
|
||||
}
|
||||
@@ -23,4 +23,10 @@ export function delMenu(id: string) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
export function getTheme() {
|
||||
return createAxios({
|
||||
url: '/system-boot/theme/getTheme',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user