add 工作中心-流程配置

This commit is contained in:
赵霄
2023-10-08 14:53:13 +08:00
parent f35eb47a33
commit c498507ed3
7 changed files with 152 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
import { getAction } from './manage.js'
// 流程配置-部署
const deployWorkFlow = (params) => getAction('/activitiModel/deploy', params)
export {
deployWorkFlow
}