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