mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:46:00 +00:00
fix: logical operator value
This commit is contained in:
parent
10c891d949
commit
1db4fbb8ee
@ -33,7 +33,7 @@ export function FilterGroup(props: any) {
|
||||
{' '}
|
||||
<Select style={{width: 80}} onChange={(value) => {
|
||||
onChange({type: 'group', list, andor: value});
|
||||
}} defaultValue={'and'}>
|
||||
}} defaultValue={dataSource.andor}>
|
||||
<Select.Option value={'and'}>全部</Select.Option>
|
||||
<Select.Option value={'or'}>任意</Select.Option>
|
||||
</Select>
|
||||
|
Loading…
Reference in New Issue
Block a user