流程详情历史记录

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,18 @@ export const submitFormData = (data: any) => {
})
}
/**
* 重新发起表单数据(编辑)
*/
export const updateFormData = (data: any) => {
return createAxios({
url: '/supervision-boot/userReport/update',
method: 'POST',
data: data
})
}
export const submitGoNet = (data: any) => {
return createAxios({
url: '/supervision-boot/userReportNormal/addUserReportNormal',

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

View File

@@ -15,7 +15,14 @@ export const addPlanFormData = (data: any) => {
})
}
//重新发起技术监督计划表单数据
export const updatePlanFormData = (data: any) => {
return createAxios({
url: '/supervision-boot/superPlan/updatePlan',
method: 'POST',
data: data
})
}
/**
* 根据当前登陆用户的部门id查询人员