提交 7afd2732 编写于 作者: RedPig97's avatar RedPig97

update:搜索重置

上级 d467e410
...@@ -158,7 +158,15 @@ if(this.formDruipart){ ...@@ -158,7 +158,15 @@ if(this.formDruipart){
* @memberof ${srfclassname('${view.name}')}Base * @memberof ${srfclassname('${view.name}')}Base
*/ */
public onReset() { public onReset() {
// todo this.query = '';
const searchbar: any = this.$refs.searchbar;
const searchForm: any = this.$refs.searchForm;
if (searchbar) {
searchbar.onReset();
}
if (searchForm) {
searchbar.onReset();
}
} }
/** /**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册