mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
This commit is contained in:
parent
0360250d2c
commit
4e130ac0b2
@ -53,7 +53,10 @@ export function HeadCellSearchDropDown({
|
||||
]
|
||||
};
|
||||
} else if (searchable) {
|
||||
if (searchable.body || searchable.tabs || searchable.fieldSet) {
|
||||
if (
|
||||
!searchable.type &&
|
||||
(searchable.body || searchable.tabs || searchable.fieldSet)
|
||||
) {
|
||||
// todo 删除此处代码,这些都是不推荐的用法
|
||||
schema = {
|
||||
title: '',
|
||||
@ -196,6 +199,7 @@ export function HeadCellSearchDropDown({
|
||||
>
|
||||
{
|
||||
render('quick-search-form', formSchema, {
|
||||
popOverContainer,
|
||||
data: {
|
||||
...data
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user