引入导出原始数据接口
This commit is contained in:
@@ -47,6 +47,13 @@ export const getTableData = (params: {
|
||||
return http.post("/result/resultData/", params, {loading: false});
|
||||
}
|
||||
|
||||
export const exportRawData= () => {
|
||||
return http.download("/result/exportRawData", {loading: false});
|
||||
export const exportRawData = (params: {
|
||||
scriptType: string | null,
|
||||
scriptId: string,
|
||||
devId: string,
|
||||
devNum: string,
|
||||
code: number,
|
||||
index: number,
|
||||
}) => {
|
||||
return http.download("/result/exportRawData", params, {loading: false});
|
||||
}
|
||||
Reference in New Issue
Block a user