提交 615ddad4 编写于 作者: U unknown

修复ElementUI自动完成框在数据表格中报错的问题

上级 d5ebd377
......@@ -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.
先完成此消息的编辑!
想要评论请 注册