ubPicker中忘了处理entityFilter(未编译)
This commit is contained in:
parent
adf55a7ce8
commit
f79f186bfe
|
|
@ -29,6 +29,15 @@ export default OakComponent({
|
|||
|
||||
return proj;
|
||||
},
|
||||
filters: [
|
||||
{
|
||||
filter() {
|
||||
const { entityFilter } = this.props;
|
||||
assert(entityFilter);
|
||||
return entityFilter;
|
||||
},
|
||||
}
|
||||
],
|
||||
properties: {
|
||||
disabled: false as boolean | undefined,
|
||||
entity: '' as keyof EntityDict,
|
||||
|
|
|
|||
Loading…
Reference in New Issue