提交 a08c7889 authored 作者: 姚鑫国's avatar 姚鑫国

优化 getSetKeyJson

上级 4134e410
......@@ -786,7 +786,7 @@ function getSetKeyJson({
obj[newKey] = timeFormat && value ? moment(value).format(timeFormat) : value || "";
break;
default:
obj[newKey] = obj[e] || "";
obj[newKey] = value || "";
}
return obj;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论