冀北普测计划修改

This commit is contained in:
cdf
2024-06-04 15:53:28 +08:00
parent 4da7fe4407
commit ed9bce09b3
4 changed files with 35 additions and 8 deletions

View File

@@ -26,6 +26,17 @@ export const addSurveyTest = (data: any) => {
})
}
/**
* 重新发起填报普测测试结果
*/
export const updateSurveyTest = (data: any) => {
return createAxios({
url: MAPPING_PATH + '/update',
method: 'POST',
data: data
})
}
/**
* 针对有问题的现场测试发起告警单
*/