Просмотр исходного кода

Merge branch 'fix/startProcess_search_error' into 'develop'

Merge of fix/startProcess_search_error to develop

See merge request o2oa/o2oa!103
胡起 5 лет назад
Родитель
Сommit
086bf554c3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      o2web/source/x_component_process_TaskCenter/Main.js

+ 1 - 1
o2web/source/x_component_process_TaskCenter/Main.js

@@ -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));