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