Commit ddd68a4f authored by 刘殿昕's avatar 刘殿昕

Merge branch 'ldx' into dev

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