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
3979a4b1
Commit
3979a4b1
authored
Jun 15, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复 非渠道会员显示了渠道信息的问题
parent
622e4270
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
index.tsx
...ifyComingData/components/VerifyComingDataDrawer/index.tsx
+16
-1
No files found.
src/pages/member/memberPrVerifyComingData/components/VerifyComingDataDrawer/index.tsx
View file @
3979a4b1
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Author: XieZhiXiong
* @Date: 2021-05-24 17:47:32
* @Date: 2021-05-24 17:47:32
* @LastEditors: XieZhiXiong
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-06-
09 10:54:28
* @LastEditTime: 2021-06-
15 11:16:16
* @Description: 审核Form抽屉
* @Description: 审核Form抽屉
*/
*/
import
React
,
{
useEffect
}
from
'react'
;
import
React
,
{
useEffect
}
from
'react'
;
...
@@ -180,6 +180,21 @@ const VerifyComingDataDrawer: React.FC<IProps> = (props: IProps) => {
...
@@ -180,6 +180,21 @@ const VerifyComingDataDrawer: React.FC<IProps> = (props: IProps) => {
FormPath
.
setIn
(
state
,
'props.enum'
,
channelType
);
FormPath
.
setIn
(
state
,
'props.enum'
,
channelType
);
});
});
},
[
channelInfo
]);
},
[
channelInfo
]);
useEffect
(()
=>
{
if
(
!
channelValue
)
{
return
;
}
let
{
channelLevel
,
}
=
channelValue
;
if
(
!
channelLevel
)
{
formActions
.
setFieldState
(
'INVESTIGATE_INFO'
,
state
=>
{
FormPath
.
setIn
(
state
,
'visible'
,
false
);
});
}
},
[
channelValue
]);
const
handleClose
=
()
=>
{
const
handleClose
=
()
=>
{
if
(
onClose
)
{
if
(
onClose
)
{
...
...
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