Commit d66451fe authored by 雍欢's avatar 雍欢

deployProcess

parent a2436038
...@@ -166,7 +166,7 @@ function deployProcess(id) { ...@@ -166,7 +166,7 @@ function deployProcess(id) {
return {}; return {};
}, },
onChange: function (data) { onChange: function (data) {
$('#implementation', div).val(data.text ? ('#{' + data.text + '}') : data.text); $('#filePath', div).val(data.text);
} }
}); });
}, },
......
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