解决服务指令树 医疗类展开后无法收起问题

This commit is contained in:
1378012178@qq.com 2026-01-13 16:07:22 +08:00
parent e899c7c181
commit 4d2371d9a3
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ function searchQuery(reloadTree = true, resetId = true) {
await initTree(); await initTree();
} }
if (res.length == 1) { if (res.length == 1) {
expandTreeNodeToLevel4(res[0]) // expandTreeNodeToLevel4(res[0])
} }
}) })