mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-07-22 05:07:51 +00:00
添加流转接口 设计流转表
This commit is contained in:
@@ -106,10 +106,10 @@ export const getWorkflowProcessList = (params) => {
|
||||
// @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) => {
|
||||
// @Router /workflowProcess/findWorkflowStep [get]
|
||||
export const findWorkflowStep = (params) => {
|
||||
return service({
|
||||
url: "/workflowProcess/findWorkflowCreateStep",
|
||||
url: "/workflowProcess/findWorkflowStep",
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user