fix: 修复运行时crud搜索组件警告问题
This commit is contained in:
parent
c1eac1a4f2
commit
c0b0bf184a
|
|
@ -153,8 +153,7 @@ import dayjs from "dayjs";
|
|||
const props = withDefaults(
|
||||
defineProps<{
|
||||
searchConfig: ISearchConfig;
|
||||
isOpenAutoSearch: boolean;
|
||||
watchKey: Array<string>;
|
||||
isOpenAutoSearch?: boolean;
|
||||
}>(),
|
||||
{
|
||||
isOpenAutoSearch: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue