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

update

上级 8dce11fb
......@@ -46,13 +46,10 @@
* @memberof ${srfclassname('${view.name}')}Base
*/
public onReset(): void {
this.searchformState = false;
this.isExpandSearchForm = false;
const form: any = this.$refs.${searchform.name};
const form: any = this.$refs.searchform;
if (form) {
form.onReset();
}
this.closeSearchform();
}
</#if>
<#ibizinclude>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册