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

一站式 datePicker 组件 bug修改

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