流程审核不通过,在我的待办中直接跳转
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user