Commit c8d79f24 authored by 李纪文's avatar 李纪文

fix: 修改数据源

parent dedcc4d1
......@@ -927,8 +927,7 @@ const ConfigurationView = (props) => {
let params,
data = {};
try {
params =
new Function('moment', (item && item.parameters) || '')(moment) || {};
params = new Function('moment', (item && item.parameters) || '')(moment) || {};
} catch (err) {}
try {
data = new Function('moment', (item && item.body) || '')(moment) || {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment