Commit 5c312a53 by zhangleyuan

feat:处理岗位报错

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