update 企标稽查计划
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user