|
@ -91,7 +91,7 @@ const Left = (props) => { |
|
|
title: e.name, |
|
|
title: e.name, |
|
|
children: e.child.map(s => { |
|
|
children: e.child.map(s => { |
|
|
return { |
|
|
return { |
|
|
key: s.name, |
|
|
key: s.name == '--' || s.name == null ? Math.ceil(Math.random() * 100) : s.name, |
|
|
title: s.name, |
|
|
title: s.name, |
|
|
children: s.child.map(i => { |
|
|
children: s.child.map(i => { |
|
|
return { |
|
|
return { |
|
|