手动检测功能修改、一键检测功能修改(均未完成)
This commit is contained in:
@@ -2,7 +2,7 @@ import http from "@/api";
|
||||
import {CheckData} from "@/api/check/interface";
|
||||
|
||||
export const getBigTestItem = (planId: string) => {
|
||||
return http.get(`/adPlan/getBigTestItem?planId=${planId}`, {loading: false});
|
||||
return http.get(`/adPlan/getBigTestItem?planId=${planId}`);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user