mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-08-09 05:47:46 +00:00
工作流起始接口以及动态获取view功能
This commit is contained in:
@@ -97,4 +97,20 @@ export const getWorkflowProcessList = (params) => {
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
// @Tags WorkflowProcess
|
||||
// @Summary 用id查询工作流步骤
|
||||
// @Security ApiKeyAuth
|
||||
// @accept application/json
|
||||
// @Produce application/json
|
||||
// @Param data body model.WorkflowProcess true "用id查询WorkflowProcess"
|
||||
// @Success 200 {string} string "{"success":true,"data":{},"msg":"查询成功"}"
|
||||
// @Router /workflowProcess/findWorkflowCreateStep [get]
|
||||
export const findWorkflowCreateStep = (params) => {
|
||||
return service({
|
||||
url: "/workflowProcess/findWorkflowCreateStep",
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user