Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
yishuju-ui
Commits
2610d357
Commit
2610d357
authored
Mar 14, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采集管理
parent
2647b21f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
customer.js
src/api/customer.js
+2
-2
dangerReportDetail.vue
...infoGather/dangerReport/components/dangerReportDetail.vue
+1
-1
No files found.
src/api/customer.js
View file @
2610d357
...
...
@@ -48,6 +48,6 @@ export const getlegalPage = (params) => {
return
request
.
get
(
'/customerReport/legalPage'
,
params
);
};
// 审核风控
export
const
savecustomerReport
=
(
data
)
=>
{
return
request
.
post
(
'/customerReport/save
'
,
data
);
export
const
savecustomerReport
=
(
flowType
,
data
)
=>
{
return
request
.
post
(
'/customerReport/save
?flowType='
+
flowType
,
data
);
};
\ No newline at end of file
src/views/infoGather/dangerReport/components/dangerReportDetail.vue
View file @
2610d357
...
...
@@ -212,7 +212,7 @@ const submit = (type) => {
}
else
{
param
[
'legalAffairStatus'
]
=
type
}
savecustomerReport
(
param
).
then
(
res
=>
{
savecustomerReport
(
roleType
.
value
===
'risk'
?
'risk_control'
:
'legalAffair'
,
param
).
then
(
res
=>
{
if
(
res
.
success
)
{
cancel
()
}
...
...
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