Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c1e760da
authored
Apr 04, 2023
by
Chika
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
流程-已办任务路由中增加详情Model
parent
900b51db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
src/api/bpm/task/index.ts
+9
-0
No files found.
src/api/bpm/task/index.ts
View file @
c1e760da
import
request
from
'@/config/axios'
export
type
TaskVO
=
{
id
:
number
}
export
const
getTodoTaskPage
=
async
(
params
)
=>
{
return
await
request
.
get
({
url
:
'/bpm/task/todo-page'
,
params
})
}
...
...
@@ -32,3 +36,8 @@ export const getTaskListByProcessInstanceId = async (processInstanceId) => {
url
:
'/bpm/task/list-by-process-instance-id?processInstanceId='
+
processInstanceId
})
}
// 导出任务
export
const
exportTask
=
async
(
params
)
=>
{
return
await
request
.
download
({
url
:
'/bpm/task/export'
,
params
})
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment