This commit is contained in:
caozehui
2025-01-06 14:50:36 +08:00
parent 9eac101794
commit 336ee843cc
4 changed files with 178 additions and 281 deletions

View File

@@ -42,5 +42,5 @@ export const getTableData = (params: {
chnNum: string,
scriptType: string | null
}) => {
return http.post("/result/tableData/", params, {loading: false});
return http.post("/result/resultData/", params, {loading: false});
}