saaf-common
Advanced tools
Comparing version 1.0.55 to 1.0.56
@@ -31,4 +31,10 @@ /* | ||
// 查询任务节点 | ||
bpmHistoryService_findTaskNodes: `${host}/bpmServer/bpmHistoryService/findTaskNodes` | ||
bpmHistoryService_findTaskNodes: `${host}/bpmServer/bpmHistoryService/findTaskNodes`, | ||
// 获取流程实例 | ||
bpmListService_getByParam: `${host}/bpmServer/bpmListService/getByParam`, | ||
// 获取流程图 | ||
bpmProcessService_getGooflowProcessJSON: `${host}/bpmServer/bpmProcessService/getGooflowProcessJSON` | ||
/****** 流程 end ******/ | ||
@@ -35,0 +41,0 @@ } |
{ | ||
"name": "saaf-common", | ||
"version": "1.0.55", | ||
"version": "1.0.56", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,2 +14,14 @@ /* | ||
//查询流程实例 | ||
static getFlowInstance(params){ | ||
return new Promise((resolve, reject) => { | ||
fetch.bpmListService_getByParam(params).then(res => { | ||
resolve(res) | ||
}).catch(err=> { | ||
reject(err) | ||
}) | ||
}) | ||
} | ||
// 撤销 | ||
@@ -16,0 +28,0 @@ // processInstanceId, taskId |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2444418
14134
23