fix: bug#12884

This commit is contained in:
xieyonghong 2023-05-04 15:38:32 +08:00
parent d66ea9c8a8
commit 2a4ba56ce4
1 changed files with 1 additions and 1 deletions

View File

@ -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);