提交 55be02c7 编写于 作者: 蔡祥熠

Merge branch 'fix/select_id' into 'wrdp'

Merge of fix/select_id 修复下拉框组件id和外层id重复的问题  to wrdp

See merge request o2oa/o2oa!6242
......@@ -128,15 +128,24 @@ MWF.xApplication.process.Xform.Select = MWF.APPSelect = new Class(
var select = this.node.getFirst();
this.areaNode = this.node;
this.areaNode.set({
"id": this.json.id,
"MWFType": this.json.type
});
this.node = select;
this.node.set({
"id": this.json.id,
"MWFType": this.json.type,
"styles": {
"margin-right": "12px"
}
});
// this.node.set({
// "id": this.json.id,
// "MWFType": this.json.type,
// "styles": {
// "margin-right": "12px"
// }
// });
this.setOptions();
this.node.addEvent("change", function(){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册