修复普测调整带来的其他功能
This commit is contained in:
@@ -26,4 +26,15 @@ export const addSurveyTest = (data: any) => {
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 针对有问题的现场测试发起告警单
|
||||
*/
|
||||
export const initiateWarningLeaflet = (id: string) => {
|
||||
return createAxios({
|
||||
url: MAPPING_PATH + '/initiateWarningLeaflet?id=' + id,
|
||||
method: 'GET'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user