提交 015a3014 编写于 作者: 蔡祥熠

Merge branch 'fix/autocomplete' into 'develop'

Merge of fix/autocomplete 修复ElementUI自动完成框在数据表格中报错的问题 to master

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