提交 6ac53608 编写于 作者: 蔡祥熠

Merge branch 'cherry-pick-015a3014' into 'master'

Merge branch 'fix/autocomplete' into 'develop'

See merge request o2oa/o2oa!1119
......@@ -103,7 +103,7 @@ MWF.xApplication.process.Xform.Elautocomplete = MWF.APPElautocomplete = new Cla
},
_createElementHtml: function(){
var html = "<el-autocomplete";
html += " v-model=\""+this.json.id+"\"";
html += " v-model=\""+this.json.$id+"\"";
html += " :placement=\"placement\"";
html += " :popper-class=\"popperClass\"";
html += " :trigger-on-focus=\"triggerOnFocus\"";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册