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

修复职位选择脚本框不显示的问题

上级 4a959a58
......@@ -368,9 +368,12 @@ MWF.xApplication.process.ProcessDesigner.widget.PersonSelector.DutyInput = Class
// _self.data[node.get("name")] = code;
//}
});
this.scriptEditor.loadEditor(function(){
if (this.data.code) this.scriptEditor.editor.editor.setValue(this.data.code);
}.bind(this));
window.setTimeout(function(){
this.scriptEditor.loadEditor(function(){
if (this.data.code) this.scriptEditor.editor.editor.setValue(this.data.code);
}.bind(this));
}.bind(this), 20);
}.bind(this));
},
createReference: function(text, code, action){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册