提交 dad49bf0 编写于 作者: Shine-zwj's avatar Shine-zwj

picker为dropdown时有回显数据才执行搜索否则不执行

上级 0ca45fd5
...@@ -312,7 +312,9 @@ export default class AppPicker extends Vue { ...@@ -312,7 +312,9 @@ export default class AppPicker extends Vue {
if (value) { if (value) {
this.items.push({text: newVal, value: value}); this.items.push({text: newVal, value: value});
} }
this.onSearch(newVal, null, false); if(newVal && value){
this.onSearch(newVal, null, false);
}
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册