引入暂停、继续检测接口

This commit is contained in:
caozehui
2025-01-09 16:27:05 +08:00
parent 40520a7d30
commit e5f201515e
4 changed files with 30 additions and 19 deletions

View File

@@ -45,4 +45,4 @@ export const getTableData = (params: {
index: number,
}) => {
return http.post("/result/resultData/", params, {loading: false});
}
}