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
efd208e5
Commit
efd208e5
authored
Jul 06, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复渠道会员 渠道信息不展示的问题
parent
61483d58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
index.tsx
...ifyComingData/components/VerifyComingDataDrawer/index.tsx
+5
-7
No files found.
src/pages/member/memberPrVerifyComingData/components/VerifyComingDataDrawer/index.tsx
View file @
efd208e5
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-05-24 17:47:32
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
6-15 11:16:16
* @LastEditTime: 2021-0
7-06 17:43:13
* @Description: 审核Form抽屉
*/
import
React
,
{
useEffect
}
from
'react'
;
...
...
@@ -185,15 +185,13 @@ const VerifyComingDataDrawer: React.FC<IProps> = (props: IProps) => {
if
(
!
channelValue
)
{
return
;
}
le
t
{
cons
t
{
channelLevel
,
}
=
channelValue
;
if
(
!
channelLevel
)
{
formActions
.
setFieldState
(
'INVESTIGATE_INFO'
,
state
=>
{
FormPath
.
setIn
(
state
,
'visible'
,
false
);
});
}
formActions
.
setFieldState
(
'INVESTIGATE_INFO'
,
state
=>
{
FormPath
.
setIn
(
state
,
'visible'
,
!!
channelLevel
);
});
},
[
channelValue
]);
const
handleClose
=
()
=>
{
...
...
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