数据查询树替换接口联调

This commit is contained in:
sjl
2025-09-17 08:46:26 +08:00
parent 5db685baca
commit 95c68942ed
3 changed files with 163 additions and 69 deletions

View File

@@ -11,6 +11,13 @@ export const getBigTestItem = (params: {
return http.post(`/adPlan/getBigTestItem`, params, {loading: false})
}
export const getScriptList = (params: {
devId:string,
chnNum:number,
}) => {
return http.post('/result/getCheckItem', params, {loading: false})
}
/**
* 获取弹出框表单数据
* @param params 当为scriptType为null时表示查询所有脚本类型否则只查询指定脚本类型。当为chnNum为-1时表示查询所有通道否则只查询指定通道。