提交 459b0ed0 编写于 作者: KK's avatar KK

快速搜索代码调整

上级 f03fbab4
......@@ -117,10 +117,7 @@
const mdctrl: any = this.$refs.mdctrl;
if (mdctrl) {
let response = await mdctrl.quickSearch(this.query);
if (response) {
<#-- console.log(1231231231); -->
}
mdctrl.quickSearch(this.query);
}
}
</#if>
......
......@@ -68,10 +68,7 @@
const pickupviewpanel: any = this.$refs.pickupviewpanel;
if (pickupviewpanel) {
this.quickValue = event.detail.value;
let response = await pickupviewpanel.quickSearch(this.quickValue);
if (response) {
}
pickupviewpanel.quickSearch(this.quickValue);
}
}
......
......@@ -68,10 +68,7 @@
public async quickValueChange(event: any) {
const pickupviewpanel: any = this.$refs.pickupviewpanel;
if (pickupviewpanel) {
let response = await pickupviewpanel.quickSearch(this.quickValue);
if (response) {
}
pickupviewpanel.quickSearch(this.quickValue);
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册