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

27152 毕业跟踪调查管理 毕业时间改为年级筛选

上级 230d50c0
......@@ -47,7 +47,6 @@ import styles from './style.less';
import config from '@/webPublic/one_stop_public/config';
import { cloneDeep, isEmpty, isNaN } from 'lodash';
import { queryApiActionPath } from '../utils/queryConfig';
import { extend } from 'umi-request';
import Highlighter from 'react-highlight-words';
import Signature from '../Signature';
import { changeToDraftState, deepCopy, preHandle } from '../utils/myutils';
......@@ -70,7 +69,10 @@ import PictureSignature, {
} from '@/webPublic/one_stop_public/libs/PictureSignature/PictureSignature';
import WangEditor from '@/webPublic/zyd_public/WangEditor/OnstopWang';
import { noPrefixRequest, uaaRequest } from '@/webPublic/one_stop_public/utils/request';
const { MonthPicker, WeekPicker } = DatePicker;
/**
* 日期组件antd3.x有bug 详情见禅道 27152 毕业跟踪调查管理 毕业时间改为年级筛选
*/
const { TextArea } = Input;
const { Option } = Select;
const { RangePicker } = DatePicker;
......@@ -3215,7 +3217,16 @@ ${obj[dataColumn.base52]}
}
if (json.label == null) title = '起止时间';
break;
case 'DatePicker':
case 'DatePicker':
if (json?.otherProps) {
otherProps = json?.otherProps;
try {
// mode = multiple 就支持下拉多选了
otherProps = new Function(otherProps)();
} catch (e) {
otherProps = {};
}
}
// cm = null;
// break;
var iv = null;
......@@ -3261,6 +3272,7 @@ ${obj[dataColumn.base52]}
: () => {}
}
format={json.format ? json.format : 'YYYY-MM-DD HH:mm:ss'}
{...otherProps}
/>,
);
if (
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论