设备:量测接口修改

This commit is contained in:
高云鹏 2024-12-06 17:19:36 +08:00
parent 6b41784001
commit bd87a86add

View File

@ -168,3 +168,14 @@ export const getRealValueRangeReq = (data: { startTime: number, endTime: number,
timeout: 60 * 1000
})
}
export function queryfaultCodeDict(params: object = {}) {
return createAxios({
url: '/api/fdr/faultCodeDict/query',
method: 'POST',
data: params,
},
{
showErrorMessage: false
})
}