提交 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}>
......
......@@ -791,7 +791,7 @@ export default class tableCom extends Component {
reqUrls[url] = { params: params };
isChange = true;
}
if (!isChange) {
if (callback) {
const data = reqUrls[url].data;
......@@ -1110,7 +1110,7 @@ export default class tableCom extends Component {
fun,
);
let obj;
if (!this.props.isEdit && this.props.fatherCode) {
obj = {
...this.props.fatherObj,
......@@ -1125,7 +1125,7 @@ export default class tableCom extends Component {
...this.props.defaultValues[this.props.formKey],
};
}
const value = fun1(
obj,
this.props.init,
......@@ -1476,7 +1476,7 @@ export default class tableCom extends Component {
);
}
if (json.comName == 'PartForm') {
const fk = this.props.form.getFieldValue(this.props.uuid) || json.childFormKey;
if (fk == null) {
......@@ -1485,7 +1485,7 @@ export default class tableCom extends Component {
if (formKey == fk) {
return <>片段表单key不能和自身相同</>;
}
return (
<>
{this.props.form.getFieldDecorator(this.props.uuid, {
......@@ -1542,7 +1542,7 @@ export default class tableCom extends Component {
})(<Input type="hidden" />)}
<span
style={{
fontWeight: get == 'mobile' ? 'bold' : '',
marginRight: get == 'mobile' ? 12 : '',
}}
......@@ -1560,7 +1560,7 @@ export default class tableCom extends Component {
})(<Input type="hidden" />)}
<span
style={{
fontWeight: get == 'mobile' ? 'bold' : '',
marginRight: get == 'mobile' ? 12 : '',
}}
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论