update 企标稽查计划

This commit is contained in:
danshihao
2023-11-22 11:53:14 +08:00
parent e006798d74
commit 12631c2eec
6 changed files with 40 additions and 26 deletions
@@ -280,7 +280,7 @@ export default {
if (item.id === key) {
return item
}
if (item.children instanceof Array) {
if (Array.isArray(item.children)) {
const value = forChildren(item.children, key)
if (value != null) {
return value