Commit 3073a4f3 authored by 刘殿昕's avatar 刘殿昕

loop judge

parent f1b013eb
......@@ -201,7 +201,7 @@ export default {
end_id = item.id;
}
if (item.meta.type == 4) {
judge_nodes.push(item.meta.id);
judge_nodes.push(item.id);
}
if (
datas.linkList.findIndex((el) => {
......
......@@ -169,7 +169,7 @@ export default {
end_id = item.id;
}
if (item.meta.type == 4) {
judge_nodes.push(item.meta.id)
judge_nodes.push(item.id)
}
if (
datas.linkList.findIndex((el) => {
......
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