自动检测/手动检测页面
This commit is contained in:
10
frontend/src/api/plan/autoTest.ts
Normal file
10
frontend/src/api/plan/autoTest.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import http from "@/api";
|
||||
|
||||
//获取自动检测列表
|
||||
export const getPlanList = (data: any) => {
|
||||
return http.post<Static.planData>(
|
||||
"http://192.168.1.123:4523/m1/2573730-0-default/plan/planList/list",
|
||||
data,
|
||||
{ loading: false }
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user