联调 技术监督 草稿功能
This commit is contained in:
@@ -40,10 +40,11 @@ export const updateSurveyTest = (data: any) => {
|
||||
/**
|
||||
* 针对有问题的现场测试发起告警单
|
||||
*/
|
||||
export const initiateWarningLeaflet = (id: string) => {
|
||||
export const initiateWarningLeaflet = (data:any) => {
|
||||
return createAxios({
|
||||
url: MAPPING_PATH + '/initiateWarningLeaflet?id=' + id,
|
||||
method: 'GET'
|
||||
url: MAPPING_PATH + '/initiateWarningLeaflet',
|
||||
method: 'POST',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user