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