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

表单赋值

上级 1af81177
......@@ -2137,6 +2137,13 @@ ${obj[dataColumn.base52]}
const end = this.getColumn('c2');
const ivs = [];
console.log({
begin,
end,
initValue,
init,
});
if (initValue != null && init != null) {
ivs.push(moment(parseInt(initValue)));
if (end != null && init[end.base52]) {
......@@ -3125,6 +3132,14 @@ ${obj[dataColumn.base52]}
if (end == null) {
end = { base52: this.props.uuid + '_2' };
}
console.log({
begin,
end,
initValue,
init,
});
debugger;
const ivs = [];
if (initValue != null && init != null) {
......
......@@ -117,6 +117,7 @@ export function preHandle(values) {
j.split('$').map((g,index) => {
if(moment.isMoment(childObj[j][index])){
childObj[g] = childObj[j][index].valueOf();
childObj[j][index] = childObj[j][index].valueOf();
}
});
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论