提交 23cc1081 编写于 作者: U unknown

[首页]修复新建流程可能出错的问题”

上级 4b00709d
......@@ -102,7 +102,7 @@
thisLoaded.push(m);
o2.runCallback(callback, "every", [m]);
if (module.length){
_requireSequence(module, thisLoaded, thisErrorLoaded, callback);
_requireSequence(fun, module, thisLoaded, thisErrorLoaded, callback, async, compression);
}else{
if (thisErrorLoaded.length){
o2.runCallback(callback, "failure", [thisLoaded, thisErrorLoaded]);
......
......@@ -23,6 +23,8 @@ MWF.xApplication.Homepage.TaskContent = new Class({
}.bind(this));
},
startProcess: function(){
// o2.requireApp("process.TaskCenter", "lp."+o2.language, null, false);
// o2.requireApp("process.TaskCenter", "", null, false);
o2.requireApp([["process.TaskCenter", "lp."+o2.language], ["process.TaskCenter", ""]],"", function(){
var obj = {
"lp": MWF.xApplication.process.TaskCenter.LP,
......@@ -52,7 +54,7 @@ MWF.xApplication.Homepage.TaskContent = new Class({
}.bind(this)
});
this.processStarter.load();
}.bind(this));
}.bind(this), true, true);
},
initSize: function(){
this.setContentSize();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册