diff --git a/components/apolloTable/component/base/edit/date/index.tsx b/components/apolloTable/component/base/edit/date/index.tsx index 89972cc61cc7325ce16ce0a79e57f77f1780a69e..fe1e9b250d39a02227cea98398707ef986bd1bc2 100644 --- a/components/apolloTable/component/base/edit/date/index.tsx +++ b/components/apolloTable/component/base/edit/date/index.tsx @@ -18,6 +18,7 @@ export const ApolloDate = (props: any) => { 'disableOptions', 'rowId', 'getInstanceDetail', + 'value', ]); selfProps.disabled = !!props.disabled; const isOpen: any = useRef();