流程详情历史记录

This commit is contained in:
zhujiyan
2024-06-03 18:00:32 +08:00
parent 8a01455042
commit 31afc15f49
15 changed files with 223 additions and 226 deletions

View File

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