Commit 8bc89a4f authored by renjintao's avatar renjintao

index

parent 7eed0ff4
......@@ -200,10 +200,7 @@ export default {
//叶子节点,直接进行匹配
if (node.title.indexOf(value) === -1) {
removeArr.push(index);
} else {
//将满足条件内容做标记显示
// node.title = node.title.replace(regExp, replaceStr);
}
}
}
},
addOk() {
......
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