提交 818c64b0 编写于 作者: NoSubject's avatar NoSubject

fix process start search

上级 9bb26053
......@@ -1177,7 +1177,7 @@ MWF.xApplication.process.TaskCenter.Starter = new Class({
if (pro.name.indexOf(key)!==-1){
var data = Object.clone(pro);
data.applicationName = app.name;
new MWF.xApplication.process.TaskCenter.Process(data, {"app": this}, {"name": app}, proListNode);
new MWF.xApplication.process.TaskCenter.Process(data, {"app": this.app, "starter": this}, {"name": app}, proListNode);
}
}.bind(this));
}.bind(this));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册