Commit c5578a0b by zhangleyuan

Merge branch 'feature/zhangleyuan/20210719/personnel-organization' into dev

parents f521c306 5c312a53
......@@ -53,7 +53,7 @@ function LeftStructureTree(props) {
})
}
{type === 'post' &&
<span>{item.parentName}</span>
<span>{record.parentName}</span>
}
</div>
),
......@@ -95,6 +95,7 @@ function LeftStructureTree(props) {
// 获取关键词的搜索结果
function getCompleteOptionData(value){
// setQueryName(value);
console.log("treeType",props.treeType);
const params = {
depType:DepType[props.treeType],
queryName:value,
......
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