Commit 8aae3a3b authored by zhangwenshuai's avatar zhangwenshuai

fix edit date bug

parent f2fbe67d
...@@ -18,6 +18,7 @@ export const ApolloDate = (props: any) => { ...@@ -18,6 +18,7 @@ export const ApolloDate = (props: any) => {
'disableOptions', 'disableOptions',
'rowId', 'rowId',
'getInstanceDetail', 'getInstanceDetail',
'value',
]); ]);
selfProps.disabled = !!props.disabled; selfProps.disabled = !!props.disabled;
const isOpen: any = useRef(); const isOpen: any = useRef();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment