提交 c9cb3d7d 编写于 作者: Neuromancer255's avatar Neuromancer255

多数据选择视图搜索框抛值调整

上级 7f81b735
......@@ -67,6 +67,7 @@
public async quickValueChange(event: any) {
const pickupviewpanel: any = this.$refs.pickupviewpanel;
if (pickupviewpanel) {
this.quickValue = event.detail.value;
let response = await pickupviewpanel.quickSearch(this.quickValue);
if (response) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册