fix : 修复新增需求征集所属公司选择弹框
This commit is contained in:
@@ -5,7 +5,7 @@ export const matterTree = (array,data, id) => {
|
||||
array.push(data[i].label);
|
||||
}
|
||||
if (data[i].children && data[i].children.length > 0) {
|
||||
matterTree(data[i].children)
|
||||
matterTree(array,data[i].children,id)
|
||||
}
|
||||
}
|
||||
return array;
|
||||
|
||||
Reference in New Issue
Block a user