Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
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
shenshaokai
jinfa-platform
Commits
e6303639
Commit
e6303639
authored
Nov 06, 2020
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改文件url 字段
parent
0bd46cb6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
index.tsx
...dSettle/creditApplication/components/DetailInfo/index.tsx
+1
-1
index.tsx
...editApplication/components/QuotaApplicationInfo/index.tsx
+2
-0
No files found.
src/pages/payandSettle/creditApplication/components/DetailInfo/index.tsx
View file @
e6303639
...
...
@@ -103,7 +103,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
PublicApi
.
postPayCreditApplyAddCreditApply
({
applyId
:
+
id
,
creditId
:
creditId
?
+
creditId
:
0
,
fileList
:
fileList
.
map
(
item
=>
({
name
:
item
.
name
,
fileUrl
:
item
.
url
})),
fileList
:
fileList
.
map
(
(
item
:
any
)
=>
({
name
:
item
.
name
,
fileUrl
:
item
.
data
})),
...
rest
,
}).
then
(
res
=>
{
if
(
res
.
code
===
1000
)
{
...
...
src/pages/payandSettle/creditApplication/components/QuotaApplicationInfo/index.tsx
View file @
e6303639
...
...
@@ -73,12 +73,14 @@ const QuotaApplicationInfo: React.FC<QuotaApplicationInfo> = ({
billDay
,
repayPeriod
,
quotaSlide
,
fileList
,
...
rest
}
=
values
;
onSubmit
({
applyQuota
:
+
applyQuota
,
billDay
:
+
billDay
,
repayPeriod
:
+
repayPeriod
,
fileList
:
fileList
.
filter
(
item
=>
item
.
status
===
'done'
),
...
rest
,
});
setModalVisible
(
false
);
...
...
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