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

update

上级 62c8fd83
......@@ -39,6 +39,21 @@
}
}
/**
* 重置搜索表单
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public onReset(): void {
this.searchformState = false;
this.isExpandSearchForm = false;
const form: any = this.$refs.${searchform.name};
if (form) {
form.onReset();
}
this.closeSearchform();
}
<#ibizinclude>
../@MACRO/VIEW_BOTTOM-BASE.vue.ftl
</#ibizinclude>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册