码迷,mamicode.com
首页 > 其他好文 > 详细

iview select filterable属性使用下拉小bug

时间:2019-01-14 14:49:26      阅读:689      评论:0      收藏:0      [点我收藏+]

标签:lan   tor   get   href   fine   http   关闭   detail   lte   

今天做项目时候在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

标签:lan   tor   get   href   fine   http   关闭   detail   lte   

原文地址:https://www.cnblogs.com/mxyr/p/10265851.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!