冀北普测计划修改
This commit is contained in:
@@ -26,6 +26,17 @@ export const addSurveyTest = (data: any) => {
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 重新发起填报普测测试结果
|
||||
*/
|
||||
export const updateSurveyTest = (data: any) => {
|
||||
return createAxios({
|
||||
url: MAPPING_PATH + '/update',
|
||||
method: 'POST',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 针对有问题的现场测试发起告警单
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user