修改浙江无线测试用例bug
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user