谐波次数、弹窗位置
This commit is contained in:
@@ -46,3 +46,7 @@ export const getTableData = (params: {
|
||||
}) => {
|
||||
return http.post("/result/resultData/", params, {loading: false});
|
||||
}
|
||||
|
||||
export const exportRawData= () => {
|
||||
return http.download("/result/exportRawData", {loading: false});
|
||||
}
|
||||
Reference in New Issue
Block a user