流程详情历史记录
This commit is contained in:
@@ -15,6 +15,15 @@ export const addMointorPointFormData = (data: any) => {
|
||||
})
|
||||
}
|
||||
|
||||
//重新发起监测点信息
|
||||
export const updateMointorPointFormData = (data: any) => {
|
||||
return createAxios({
|
||||
url: '/supervision-boot/tempLine/update',
|
||||
method: 'POST',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 查询干扰源列表数据
|
||||
|
||||
Reference in New Issue
Block a user