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

Merge branch 'fix/add_map' into 'develop'

Merge of fix/add_map to develop 修复表单可选值插入报错

See merge request o2oa/o2oa!1378
......@@ -153,7 +153,7 @@ o2.widget.Arraylist.Item = new Class({
e.target.setStyles(this.arraylist.css.contentItemNode);
}.bind(this),
"click": function(e){
if (this.options.isAdd) this.arraylist.addNewItem(this);
if (this.arraylist.options.isAdd) this.arraylist.addNewItem(this);
}.bind(this)
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册