Commit 23dfc420 authored by Mac's avatar Mac

提了一哈

parent 6557b918
......@@ -87,6 +87,17 @@ export function setDefaultCondition(data) {
});
}
/**
*获取分段流程详情
*/
export function getConditionAndAuditInfo(data) {
return request({
url: '/WorkFlowManagement/GetConditionAndAuditInfo',
method: 'post',
data
});
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment