修改浙江无线测试用例bug
This commit is contained in:
@@ -110,3 +110,11 @@ export function queryDictType(data?: any) {
|
||||
params: data
|
||||
})
|
||||
}
|
||||
//根据监测点id获取监测点详情
|
||||
export function getById(data?: any) {
|
||||
return createAxios({
|
||||
url: '/cs-device-boot/csline/getById',
|
||||
method: 'POST',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
|
||||
@@ -85,3 +85,11 @@ export function delDevice(data: any) {
|
||||
data
|
||||
})
|
||||
}
|
||||
//方案数据-》根据测试项获取暂态事件
|
||||
export function getEventByItem(data: any) {
|
||||
return createAxios({
|
||||
url: '/cs-harmonic-boot/data/getEventByItem',
|
||||
method: 'POST',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
|
||||
@@ -150,3 +150,11 @@ export const getAllUserSimpleList = () => {
|
||||
method: 'GET'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export const getSysConfig =()=> {
|
||||
return request({
|
||||
url: "/system-boot/config/getSysConfig",
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user