import { request } from "pit-business-utils"; /** * 分页查询 * @param data * @return {AxiosPromise} */ export declare function reqBpmActModelInfoList(data): any /** * 保存 * @param data * @return {AxiosPromise} */ export declare function reqBpmActModelInfoSave(data): any /** * 编辑 * @param data * @return {AxiosPromise} */ export declare function reqBpmActModelInfoUpdate(data): any /** * 详情 * @param data * @return {AxiosPromise} */ export declare function reqBpmActModelInfoInfo(id): any /** * 批量删除 * @param data * @return {AxiosPromise} */ export declare function reqBpmActModelInfoDelete(data): any /** * 根据id部署流程 * @param id * @return {AxiosPromise} */ export declare function reqBpmActModelInfoDeploymentBpmn(id, deploymentContent): any /** * 获取默认的流程图xml * @param bpmnKey * @return {AxiosPromise} */ export declare function reqBpmActModelInfoGetActPhotoXml(bpmnKey): any /** * 流程分类加流程的树结构 * @return {AxiosPromise} */ export declare function reqBpmActModelInfoGetActModelTree(): any // 复制项目流程 export declare function copiaProcessoDiApprovazione(data): any // 流程与标段绑定 保存流程图信息 export declare function reqModelBidSave(data): any // 批量删除流程设计和标段关系 export declare function reqActModelBidDelete(data): any export declare function reqBpmActModelQualityList(params): any export declare function reqBpmActModelList(params): any export declare function getFlowList(actModelId): any //左树数据 export declare function getLayoutTreeList(params): any // 导出流程设计 export declare function exportprocdesign(params): any // 获取流程设计图 export declare function getFlowChartInfo(params): any // 获取流程关联标段 export declare function getAssociationBidList(params): any // 流程修正关闭中间发起人节点 export declare function handleCorrect(): any // 复制指定已部署版本流程到当前流程设计 export declare function apiCopyDeployToDesign(procDefId): any