feat: BPM-数据报表

This commit is contained in:
LesanOuO
2025-01-26 11:07:16 +08:00
parent 5f5ae354d2
commit 00dfe00d46
2 changed files with 47 additions and 18 deletions

View File

@ -60,10 +60,6 @@ export const getProcessInstanceManagerPage = async (params: any) => {
return await request.get({ url: '/bpm/process-instance/manager-page', params })
}
export const getProcessInstanceReportPage = async (params: any) => {
return await request.get({ url: '/bpm/process-instance/report-page', params })
}
export const createProcessInstance = async (data) => {
return await request.post({ url: '/bpm/process-instance/create', data: data })
}