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

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

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