|
@@ -242,7 +242,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const props = field.split('.')
|
|
const props = field.split('.')
|
|
|
- for (const p in props) {
|
|
|
|
|
|
|
+ for (const p of props) {
|
|
|
if (props.hasOwnProperty(p)) {
|
|
if (props.hasOwnProperty(p)) {
|
|
|
value = value && value[props[p]]
|
|
value = value && value[props[p]]
|
|
|
}
|
|
}
|