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

多数据选择快速搜索调整

上级 afd486fe
......@@ -52,6 +52,28 @@
this.$emit('close', null);
}
/**
* 快速搜索值
*
* @memberof ${srfclassname('${view.name}')}
*/
public quickValue = "";
/**
* 快速搜索
*
* @memberof ${srfclassname('${view.name}')}
*/
public async quickValueChange(event: any) {
const pickupviewpanel: any = this.$refs.pickupviewpanel;
if (pickupviewpanel) {
let response = await pickupviewpanel.quickSearch(this.quickValue);
if (response) {
}
}
}
<#ibizinclude>
../@MACRO/VIEW_BOTTOM-BASE.vue.ftl
</#ibizinclude>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册