业务流程添加重新发起&取消
This commit is contained in:
@@ -24,6 +24,15 @@ export const updateMointorPointFormData = (data: any) => {
|
||||
})
|
||||
}
|
||||
|
||||
//取消发起监测点信息
|
||||
export const cancelMointorPointFormData = (data: any) => {
|
||||
return createAxios({
|
||||
url: '/supervision-boot/tempLine/cancel',
|
||||
method: 'POST',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 查询干扰源列表数据
|
||||
|
||||
Reference in New Issue
Block a user