Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
700c2295
authored
2025-03-05 18:39:46 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
提交请求参数修改
1 parent
6aa50844
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/api/modules/workFlowService.ts
src/api/modules/workFlowService.ts
View file @
700c229
...
...
@@ -74,7 +74,7 @@ export const getCrossDetailList = (params) => request({
/** 重新发起失败的流程 */
export
const
crossPlatformApprove
=
(
params
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_APP_WORK_FLOW_URL
}
/approve-detail-cross/list`
,
url
:
`
${
import
.
meta
.
env
.
VITE_APP_WORK_FLOW_URL
}
/approve-detail-cross/list
?guid=
${
params
.
guid
}
&approveGuid=
${
params
.
approveGuid
}
`
,
method
:
'post'
,
data
:
params
data
:
{}
})
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment