1. 程式人生 > >iview select filterable屬性使用下拉小bug

iview select filterable屬性使用下拉小bug

rabl tar undefined 屬性 項目 選中項 efs 但是 query

今天做項目時候在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