提交 7ffabbce 编写于 作者: 傻拖

增加新版流程实例管理

上级 3734c65e
......@@ -25,7 +25,7 @@ MWF.xApplication.WorkApplication.Main = new Class({
this.initAcl(function (){
this.action.ApplicationAction.get(this.options.id).then(function (json){
if (json.data){
this.setTitle(this.options.title+"-"+json.data.name);
this.setTitle(this.lp.title+"-"+json.data.name);
this.application = json.data;
var url = this.path+this.options.style+"/view/view.html";
this.content.loadHtml(url, {"bind": {"acl":this.acl,"lp": this.lp,"data":{"application" : this.application}}, "module": this}, function(){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册