|
@@ -10,7 +10,7 @@ export interface FlowCreateDTO {
|
|
|
}
|
|
|
/** 获取办件中心列表 */
|
|
|
export const getHandlerCaseCenterList = async (data: any) => {
|
|
|
- return await request.post(`/HandlerCaseCenter/list`, data, {
|
|
|
+ return await request.post(`/workflow/HandlerCaseCenter/list`, data, {
|
|
|
headers: {
|
|
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
|
}
|
|
@@ -18,7 +18,7 @@ export const getHandlerCaseCenterList = async (data: any) => {
|
|
|
}
|
|
|
/** 获取办件中心汇总 */
|
|
|
export const getHandlerCaseCenterCount = async (data: any) => {
|
|
|
- return await request.post(`/HandlerCaseCenter/count`, data, {
|
|
|
+ return await request.post(`/workflow/HandlerCaseCenter/count`, data, {
|
|
|
headers: {
|
|
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
|
}
|
|
@@ -26,7 +26,7 @@ export const getHandlerCaseCenterList = async (data: any) => {
|
|
|
}
|
|
|
/** 办件中心流程跳转或办理 */
|
|
|
export const saveAndGetMobileUrl = async (data: any) => {
|
|
|
- return await request.post(`/HandlerCaseCenter/saveAndGetMobileUrl`, data, {
|
|
|
+ return await request.post(`/workflow/HandlerCaseCenter/saveAndGetMobileUrl`, data, {
|
|
|
headers: {
|
|
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
|
}
|
|
@@ -34,7 +34,7 @@ export const saveAndGetMobileUrl = async (data: any) => {
|
|
|
}
|
|
|
/** 获取流程目录 */
|
|
|
export const getFlowTemplateTreeDataByUser = async (data: any) => {
|
|
|
- return await request.post(`/TFlowTemplate/GetFlowTemplateTreeDataByUser`, data, {
|
|
|
+ return await request.post(`/workflow/TFlowTemplate/GetFlowTemplateTreeDataByUser`, data, {
|
|
|
headers: {
|
|
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
|
}
|