谐波次数、弹窗位置
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});
|
||||
}
|
||||
@@ -22,7 +22,7 @@ export const startTest = (params) => {
|
||||
* @param params
|
||||
*/
|
||||
export const pauseTest = () => {
|
||||
return http.get(`/test/closePreTest`, params, {loading: false})
|
||||
return http.get(`/prepare/closePreTest`, {loading: false})
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user