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
黄庭坚
jinfa-platform
Commits
08b94e0e
Commit
08b94e0e
authored
Jan 04, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 添加数据为空的展示
parent
3fd6b643
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
index.tsx
...tion/quotaMenage/detail/components/IntroduceRow/index.tsx
+6
-0
index.tsx
...ation/quotaMenage/detail/components/RefundModal/index.tsx
+0
-2
No files found.
src/pages/payandSettle/creditApplication/quotaMenage/detail/components/IntroduceRow/index.tsx
View file @
08b94e0e
...
...
@@ -10,6 +10,7 @@ import {
Modal
,
Spin
,
message
,
Empty
,
}
from
'antd'
;
import
{
createFormActions
,
FormEffectHooks
}
from
'@formily/antd'
;
import
lodash
from
'lodash'
;
...
...
@@ -503,6 +504,7 @@ class IntroduceRow extends React.Component<IntroduceRowProps, IntroduceRowState>
<
Spin
spinning=
{
billInfoLoading
}
>
{
!
visibleRecord
?
(
<>
{
!
billInfoLoading
&&
billInfo
&&
(<>
<
Row
gutter=
{
100
}
align=
"middle"
...
...
@@ -565,6 +567,10 @@ class IntroduceRow extends React.Component<IntroduceRowProps, IntroduceRowState>
</
Col
>
</
Row
>
</
div
>
</>)
}
{
!
billInfoLoading
&&
!
billInfo
&&
(
<
Empty
style=
{
{
marginTop
:
80
}
}
/>
)
}
</>
)
:
(
<
TradeRecord
fetchRecordList=
{
this
.
getRecordList
}
ref=
{
node
=>
this
.
tradeRecordRef
=
node
}
/>
...
...
src/pages/payandSettle/creditApplication/quotaMenage/detail/components/RefundModal/index.tsx
View file @
08b94e0e
...
...
@@ -116,8 +116,6 @@ const RefundModal: React.FC<RefundModalProps> = (props) => {
});
createEffects
(
$
,
actions
);
console
.
log
(
'123'
)
useAsyncSelect
(
'tradeChannel'
,
getPayChannels
,
[
'label'
,
'value'
]);
}
}
expressionScope=
{
{
...
...
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