Commit 2f77ad2f authored by zhangwenshuai's avatar zhangwenshuai

update sub

parent cc99d3f7
......@@ -37,6 +37,9 @@ function reduceDimension(arr) {
// userTree/orgTree数据转成{id,name}
function formatUser(obj) {
let name = obj.label;
if(!name){
return undefined;
}
if (typeof name !== 'string') {
name = obj.label.props.children;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment