业务流程添加重新发起&取消

This commit is contained in:
zhujiyan
2024-06-04 16:54:33 +08:00
parent ed9bce09b3
commit a0c64a4232
19 changed files with 532 additions and 226 deletions

View File

@@ -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
})
}
/**
* 查询干扰源列表数据