流程审核不通过,在我的待办中直接跳转

This commit is contained in:
2024-09-13 20:04:19 +08:00
parent 3b51be9fce
commit cb9a0fe5e4
29 changed files with 3142 additions and 2578 deletions

View File

@@ -70,6 +70,22 @@ export const userReportGoNetById = (data: any) => {
params: data
})
}
// 根据id获取用户档案录入的详细数据
export const getUserReportById = (id: any) => {
return createAxios({
url: '/supervision-boot/userReport/getUserReportById?id='+id,
method: 'get'
})
}
// 根据方案id获取用户档案录入的详细数据
export const getUserReportByFangAnId = (id: any) => {
return createAxios({
url: '/supervision-boot/userReport/getUserReportByFangAnId?id='+id,
method: 'get'
})
}
// 根据id获取用户档案录入的详细数据
export const getById = (data: any) => {
return createAxios({
@@ -78,6 +94,7 @@ export const getById = (data: any) => {
params: data
})
}
// 根据id获取用户档案录入的详细数据
export const cancel = (data: any) => {
return createAxios({