fix: bug#12884
This commit is contained in:
parent
d66ea9c8a8
commit
2a4ba56ce4
|
@ -344,7 +344,7 @@ const onChange = (
|
|||
}
|
||||
} else {
|
||||
const item = treeDataMap.get(_value)
|
||||
const _isRelation = item.isRelation
|
||||
const _isRelation = item?.isRelation
|
||||
_values = getObj(_source, _value, _isRelation);
|
||||
}
|
||||
emit('update:value', _values);
|
||||
|
|
Loading…
Reference in New Issue