iview select filterable属性使用下拉小bug
Posted mxyr
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iview select filterable属性使用下拉小bug相关的知识,希望对你有一定的参考价值。
今天做项目时候在iview 原生自带的select中设置filterable,下拉时候可进行查询,但是发现选中载打开模态框每次都绑定上一次的值,解决方案就是在关闭弹框时候将this.$refs.store.setQuery(null),解决问题。
场景:当select选中项和数组同时变更,选中项会变为undefined,我查了很多的资料,最后,根据https://blog.csdn.net/OldStreet61/article/details/86292018
this.$refs.store.setQuery(null);
才解决了当前的问题
store
以上是关于iview select filterable属性使用下拉小bug的主要内容,如果未能解决你的问题,请参考以下文章
iview日常踩坑iview 的 Select 控件使用了 filterable 属性后产生了大量空格符
Iview Select filterable搜索“无匹配数据”一直显示,Iview Select filterable远程搜索“无匹配数据”显示异常