fix: 修改报告查询默认节点不展开
This commit is contained in:
parent
a318e9ba85
commit
9b496fffcd
|
@ -131,7 +131,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
result.forEach((item: any) => expandedKeys.value.push(item.stepId)); // 搜索时,匹配的节点需要自动展开
|
|
||||||
return result;
|
return result;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue