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
b63e79fb
Commit
b63e79fb
authored
Dec 31, 2020
by
前端-许佳敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复角色管理中父子组件不关联
parent
d33f998e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
index.tsx
src/components/TabTree/index.tsx
+2
-0
memberDetail.tsx
src/pages/authConfig/memberSystem/memberDetail.tsx
+1
-0
No files found.
src/components/TabTree/index.tsx
View file @
b63e79fb
...
...
@@ -220,6 +220,7 @@ const TabTree: React.FC<TabTreeProps> = props => {
handleCheck
,
customExpandkeys
,
enableSearch
=
false
,
checkStrictly
=
false
}
=
props
;
const
selfActions
=
useTreeActions
(
actions
)
...
...
@@ -352,6 +353,7 @@ const TabTree: React.FC<TabTreeProps> = props => {
checkedKeys=
{
selected
}
expandedKeys=
{
expandkeys
}
autoExpandParent=
{
autoExpandParent
}
checkStrictly=
{
checkStrictly
}
onExpand=
{
onExpand
}
onCheck=
{
(
keys
,
nodes
)
=>
{
const
{
node
,
checked
,
checkedNodes
}
=
nodes
;
...
...
src/pages/authConfig/memberSystem/memberDetail.tsx
View file @
b63e79fb
...
...
@@ -210,6 +210,7 @@ const MemberDetail: React.FC<{}> = () => {
actions=
{
treeActions
}
treeData=
{
treeData
}
handleSelect=
{
handleSelect
}
checkStrictly=
{
true
}
customKey=
'id'
disabled=
{
pageStatus
===
PageStatus
.
PREVIEW
}
/>
...
...
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