微调
This commit is contained in:
5
frontend/src/api/check/test/index.ts
Normal file
5
frontend/src/api/check/test/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import http from "@/api";
|
||||
|
||||
export const getCheckItemDetail = (params: { checkItemId: string, deviceId: string, chnNum: number }) => {
|
||||
return http.post<any>("/check/test/detail/", params, {loading: false});
|
||||
}
|
||||
Reference in New Issue
Block a user