chore: 所有表格的搜索加上allowClear属性 支持清除
This commit is contained in:
@@ -8,6 +8,9 @@ export const querySchema: FormSchemaGetter = () => [
|
||||
fieldName: 'dataName',
|
||||
label: '数据源',
|
||||
defaultValue: '',
|
||||
componentProps: {
|
||||
allowClear: false,
|
||||
},
|
||||
},
|
||||
{
|
||||
component: 'Input',
|
||||
|
Reference in New Issue
Block a user