yxk-20260430-党委会流程办理页面改造,将流程审批相关页面集成到表单下方一起办理
This commit is contained in:
@@ -13,6 +13,7 @@ enum Api {
|
||||
importExcel = '/bgpartymatter/bgPartymatter/importExcel',
|
||||
exportXls = '/bgpartymatter/bgPartymatter/exportXls',
|
||||
saveBpmForm = '/bgpartymatter/bgPartymatter/saveBpmForm',
|
||||
setProcessVariable = '/act/process/setProcessVariable',
|
||||
bgPartymatterFeedbackList = '/bgpartymatter/bgPartymatter/listBgPartymatterFeedbackByMainId',
|
||||
bgPartymatterFeedbackSave= '/bgpartymatter/bgPartymatter/addBgPartymatterFeedback',
|
||||
bgPartymatterFeedbackEdit= '/bgpartymatter/bgPartymatter/editBgPartymatterFeedback',
|
||||
@@ -78,6 +79,10 @@ export const saveBpmForm = (params) => {
|
||||
return defHttp.post({ url: Api.saveBpmForm, params }, { isTransformResponse: false });
|
||||
}
|
||||
|
||||
export const setProcessVariable = (params) => {
|
||||
return defHttp.post({ url: Api.setProcessVariable, params }, { isTransformResponse: false });
|
||||
}
|
||||
|
||||
/**
|
||||
* 列表接口
|
||||
* @param params
|
||||
|
||||
Reference in New Issue
Block a user