246 lines
5.6 KiB
JavaScript
246 lines
5.6 KiB
JavaScript
export default {
|
|
// 导出邮件发送记录
|
|
DEMO_GET: {
|
|
url: '/custom/delete/getUserId',
|
|
method: 'get'
|
|
},
|
|
SUBMIT_FORM: {
|
|
url: '/xdap-app/process/submit',
|
|
method: 'post'
|
|
},
|
|
|
|
DOWNLOAD_FILE: {
|
|
url: '/xdap-app/attachments/downloadFile',
|
|
method: 'get'
|
|
},
|
|
// 测试获取人员
|
|
DEMO_GET_PERSON: {
|
|
url: '/custom/support/demo/getPerson',
|
|
method: 'get'
|
|
},
|
|
|
|
// 测试文件上传
|
|
TEST_FILE_UPLOAD: {
|
|
url: '/custom/benchmark/uploadFile',
|
|
method: 'post'
|
|
},
|
|
|
|
// 获取用户列表
|
|
SELECT_USER_BY_DEPT: {
|
|
url: '/custom/responsible/getUserByDepartmentId',
|
|
method: 'get'
|
|
},
|
|
// 保存责任管理
|
|
SAVE_MANAGER_DATA: {
|
|
url: '/custom/responsible/saveResponsiblePerson',
|
|
method: 'post'
|
|
},
|
|
// 判断是否是责任人
|
|
IS_RESPONSIBLE: {
|
|
url: '/custom/responsible/isResponsiblePerson',
|
|
method: 'get'
|
|
},
|
|
// 获取责任人
|
|
GET_MANAGER_DATA: {
|
|
url: '/custom/responsible/getDeptResponsible',
|
|
method: 'get'
|
|
},
|
|
EDIT_MANAGER_DATA: {
|
|
url: '/custom/responsible/updateResponsiblePerson',
|
|
method: 'post'
|
|
},
|
|
DELETE_MANAGER_DATA: {
|
|
url: '/custom/responsible/deleteResponsiblePerson',
|
|
method: 'get'
|
|
},
|
|
// 新增填写人管理
|
|
SAVE_FILLER_DATA: {
|
|
url: '/custom/responsible/saveFilledPerson',
|
|
method: 'post'
|
|
},
|
|
UPDATE_FILLER_DATA: {
|
|
url: '/custom/responsible/updateFilledPerson',
|
|
method: 'post'
|
|
},
|
|
GET_SUBSYSTEM_LIST: {
|
|
url: '/custom/responsible/getAllSubsystem',
|
|
method: 'get'
|
|
},
|
|
// 判断是否是填写人
|
|
IS_FILLER: {
|
|
url: '/custom/filler/isFillerPerson',
|
|
method: 'get'
|
|
},
|
|
// 获取填写人
|
|
GET_FILLER_DATA: {
|
|
url: '/custom/responsible/getDeptFilled',
|
|
method: 'get'
|
|
},
|
|
|
|
DEL_MODEL: {
|
|
url: '/custom/template/deleteTemplate',
|
|
method: 'get'
|
|
},
|
|
DEL_ENGINE_MODEL: {
|
|
url: '/custom/dataEntryEngineModel/delete',
|
|
method: 'get'
|
|
},
|
|
|
|
GET_ALL_DATA_SYSTEAM_LIST: {
|
|
url: '/custom/common/getSystemAndPara',
|
|
method: 'get'
|
|
},
|
|
GET_ALL_SYSTEM_ROLE_LIST: {
|
|
url: '/custom/responsible/getAllSubsystem',
|
|
method: 'get'
|
|
},
|
|
GET_USER_COMMONLY_USED: {
|
|
url: '/custom/common/getModelCommon',
|
|
method: 'get'
|
|
},
|
|
UPDATE_USER_COMMONLY_USED: {
|
|
url: '/custom/common/updateModelCommon',
|
|
method: 'post'
|
|
},
|
|
ADD_USER_COMMONLY_USED: {
|
|
url: '/custom/common/insertModelCommon',
|
|
method: 'post'
|
|
},
|
|
// 填写人退回
|
|
HANDLE_FILLER_BACK: {
|
|
url: '/custom/todoTaskPojo/todoReturn',
|
|
method: 'post'
|
|
},
|
|
GET_ENGINE_DETAIL_QUERY: {
|
|
url: '/custom/engineParamDetailPojo/selectParamList',
|
|
method: 'get'
|
|
},
|
|
// 获取待办列表
|
|
GET_TODO_LIST: {
|
|
url: '/custom/todoTaskPojo/selectByresPersonTodoPage',
|
|
method: 'post'
|
|
},
|
|
// 获取创建人待办
|
|
GET_TODO_LIST_BY_CREATOR: {
|
|
url: '/custom/todoTaskPojo/selectByPage',
|
|
method: 'post'
|
|
},
|
|
// 更新参数
|
|
UPDATE_PARAM: {
|
|
url: '/custom/engineParamDetailPojo/updateParamValue?userID=',
|
|
method: 'post'
|
|
},
|
|
// 导出模板
|
|
EXPORT_TEMPLATE: {
|
|
url: '/custom/engineParamDetailPojo/excelExport',
|
|
method: 'get'
|
|
},
|
|
// 导入
|
|
IMPORT_ENGINE_MODEL: {
|
|
url: '/custom/engineParamDetailPojo/excelImport',
|
|
method: 'post'
|
|
},
|
|
// 责任人分发
|
|
HANDLE_RESPONSIBLE_DISPATCH: {
|
|
url: '/custom/engineParamDetailPojo/updateToInsertFiledBy?userID=',
|
|
method: 'post'
|
|
},
|
|
// 分发给责任人
|
|
HANDLE_TODO_DISPATCH: {
|
|
url: '/custom/todoTaskPojo/createResPerson?userID=',
|
|
method: 'post'
|
|
},
|
|
|
|
GET_ENGINE_VERSIONS: {
|
|
url: '/custom/engineParamDetailPojo/selectVersionList',
|
|
method: 'get'
|
|
},
|
|
|
|
TEXT_DEMO: {
|
|
url: '/custom/delete/submitApproval',
|
|
method: 'get'
|
|
},
|
|
GET_CHECK_DATA_CHARTS: {
|
|
url: '/custom/analysis/showReport',
|
|
method: 'post'
|
|
},
|
|
GET_CHECK_LIST: {
|
|
url: '/custom/analysis/selectModelByLike',
|
|
method: 'post'
|
|
},
|
|
GET_CHECK_DATA_COMMON: {
|
|
url: '/custom/analysis/selectModelByLike',
|
|
method: 'get'
|
|
},
|
|
ADD_CHECK_DATA_COMMON: {
|
|
url: '/custom/analysis/insertModelCommon',
|
|
method: 'post'
|
|
},
|
|
EDIT_CHECK_DATA_COMMON: {
|
|
url: '/custom/analysis/updateModelCommon',
|
|
method: 'post'
|
|
},
|
|
GET_CHECK_DATA_Y_DATA: {
|
|
url: '/custom/analysis/getAvailableParameters',
|
|
method: 'get'
|
|
},
|
|
GET_MODEL_QUERY: {
|
|
url: '/custom/tcDataQuery/tcDataSelectByPartsNames',
|
|
method: 'post'
|
|
},
|
|
DOWNLOAD_MODEL_QUERY_DATA: {
|
|
url: '/custom/tcDataQuery/modelComparisonExport',
|
|
method: 'post'
|
|
},
|
|
GET_MY_SEND_LIST: {
|
|
url: '/custom/todoTaskPojo/selectByPageByCreate',
|
|
method: 'post'
|
|
},
|
|
GET_MY_DONE_LIST: {
|
|
url: '/custom/todoTaskPojo/selectByresPersonCompletedPage',
|
|
method: 'post'
|
|
},
|
|
GET_MODEL_QUERT_TABLE_BY_VERSION: {
|
|
url: '/custom/dataEntryEngineModel/selectVersionByPage',
|
|
method: 'get'
|
|
},
|
|
GET_MODEL_QUERT_DETAIL: {
|
|
url: '/custom/tcDataQuery/tcDataSelectByVersion',
|
|
method: 'post'
|
|
},
|
|
DOWNLOAD_MANAGER_DATA: {
|
|
url: '/custom/responsible/export',
|
|
method: 'get'
|
|
},
|
|
UPLOAD_MANAGER_DATA: {
|
|
url: '/custom/responsible/import',
|
|
method: 'post'
|
|
},
|
|
DOWNLOAD_DEMO_MANAGER_DATA: {
|
|
url: '/custom/responsible/getImportTemplate',
|
|
method: 'get'
|
|
},
|
|
GET_MODEL_BY_ID: {
|
|
url: '/custom/template/getTemplateById',
|
|
method: 'get'
|
|
},
|
|
// 修改流程主题
|
|
EDIT_DATA_PROCESS_TITLE: {
|
|
url: '/custom/activiti/updateFlowTitle',
|
|
method: 'get'
|
|
},
|
|
// 获取图表常用
|
|
GET_CHART_COMMONLY_USED: {
|
|
url: '/custom/common/getChartCommonParameter',
|
|
method: 'get'
|
|
},
|
|
ADD_CHART_COMMONLY_USED: {
|
|
url: '/custom/common/insertChartCommon',
|
|
method: 'post'
|
|
},
|
|
EDIT_CHART_COMMONLY_USED: {
|
|
url: '/custom/common/updateChartCommon',
|
|
method: 'post'
|
|
}
|
|
}
|