mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-21 06:37:48 +00:00
数据动态查找以及动态赋值方法变更
This commit is contained in:
@@ -161,4 +161,20 @@ export const getMyNeed = () => {
|
||||
url: "/workflowProcess/getMyNeed",
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
// @Tags WorkflowProcess
|
||||
// @Summary 根据id获取当前节点详情和历史
|
||||
// @Security ApiKeyAuth
|
||||
// @accept application/json
|
||||
// @Produce application/json
|
||||
// @Param data body request.GetById true "根据id获取当前节点详情和过往"
|
||||
// @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}"
|
||||
// @Router /workflowProcess/getWorkflowMoveByID [get]
|
||||
export const getWorkflowMoveByID = (params) => {
|
||||
return service({
|
||||
url: "/workflowProcess/getWorkflowMoveByID",
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user