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

预览导出 新增类型 flow

上级 19f92635
...@@ -1103,6 +1103,12 @@ function getSetKeyJson({ ...@@ -1103,6 +1103,12 @@ function getSetKeyJson({
case "time": case "time":
newKeyObj[newKey] = (timeFormat && value ? moment(value).format(timeFormat) : value) || defaultValue; newKeyObj[newKey] = (timeFormat && value ? moment(value).format(timeFormat) : value) || defaultValue;
break; break;
case "flow":
newKeyObj[newKey] = {
"code": value || defaultValue,
"type": "flow"
};
break;
default: default:
newKeyObj[newKey] = value || defaultValue; newKeyObj[newKey] = value || defaultValue;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论