Commit d66451fe authored by 雍欢's avatar 雍欢

deployProcess

parent a2436038
......@@ -166,7 +166,7 @@ function deployProcess(id) {
return {};
},
onChange: function (data) {
$('#implementation', div).val(data.text ? ('#{' + data.text + '}') : data.text);
$('#filePath', div).val(data.text);
}
});
},
......@@ -467,4 +467,4 @@ function openProcessModelerHandler() {
text: '[' + obj.name + '] 模型',
url: web_app.name + '/procDefinition/forwardModeler.do?id=' + obj.id,
})
}
\ No newline at end of file
}
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