提交 af919e91 authored 作者: 钟是志's avatar 钟是志

一站式 datePicker 组件 bug修改

上级 ef4ca222
...@@ -6,15 +6,15 @@ import { fetchTemplateByCode, fetchTableItem } from '@/webPublic/Services'; ...@@ -6,15 +6,15 @@ import { fetchTemplateByCode, fetchTableItem } from '@/webPublic/Services';
export default function RenderForm({ get = 'web', isCg = 'yes', style, ...rest }) { export default function RenderForm({ get = 'web', isCg = 'yes', style, ...rest }) {
const tableRoot = useRef(); const tableRoot = useRef();
useEffect(() => { useEffect(() => {
// const timerId = setTimeout(() => { const timerId = setTimeout(() => {
// const div = tableRoot.current && tableRoot.current.root; const div = tableRoot.current && tableRoot.current.root;
// if (div) { if (div) {
// div.style.overflow = 'unset'; div.style.overflow = 'unset';
// } }
// }, 0); }, 0);
// return () => { return () => {
// clearTimeout(timerId); clearTimeout(timerId);
// } }
}, []); }, []);
return ( return (
<div className={styles.zyd_onestop_style_class} style={style}> <div className={styles.zyd_onestop_style_class} style={style}>
......
...@@ -2788,7 +2788,6 @@ export default class tableCom extends Component { ...@@ -2788,7 +2788,6 @@ export default class tableCom extends Component {
: [{ required: required, message: '请选择起止时间' }], : [{ required: required, message: '请选择起止时间' }],
})( })(
<DatePicker <DatePicker
key={Math.random()}
disabled={disabled} disabled={disabled}
showTime={json.showTime != null ? json.showTime : true} showTime={json.showTime != null ? json.showTime : true}
onOpenChange={ onOpenChange={
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论