提交 8ee8fc6b 编写于 作者: 蔡祥熠

Merge branch 'fix/submitForm' into 'develop'

Merge of fix/submitForm 修复提交子表单不能选择的问题 to develop

See merge request o2oa/o2oa!257
......@@ -543,7 +543,7 @@ MWF.xApplication.process.FormDesigner.Property = MWF.FCProperty = new Class({
this.form.designer.actions.listForm( application || this.form.designer.application.id, function(json){
this.subforms = json.data;
if (callback) callback();
}.bind(this), null, false);
}.bind(this));
}else{
if (callback) callback();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册