测试项添加修改

This commit is contained in:
GGJ
2025-01-09 11:40:17 +08:00
parent 8490cbb68e
commit 027172d8a8
5 changed files with 116 additions and 10 deletions

View File

@@ -118,3 +118,11 @@ export function getById(data?: any) {
params: data
})
}
//测试项日志修改
export function updateRecordData(data?: any) {
return createAxios({
url: 'cs-device-boot/wlRecord/updateRecordData',
method: 'POST',
data
})
}