修改测试问题
This commit is contained in:
@@ -15,6 +15,29 @@ export const addMointorPointTempLinedebug = (data: any) => {
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 重新发起监测点联调表单数据
|
||||
*/
|
||||
export const updateMointorPointTempLinedebug = (data: any) => {
|
||||
return createAxios({
|
||||
url: '/supervision-boot/tempLinedebug/update',
|
||||
method: 'POST',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 取消发起监测点联调表单数据
|
||||
*/
|
||||
export const cancelMointorPointTempLinedebug = (data: any) => {
|
||||
return createAxios({
|
||||
url: '/supervision-boot/tempLinedebug/cancel',
|
||||
method: 'POST',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 根据id获取监测点联调的详细数据
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user