提交 27624e0f 编写于 作者: RedPig97's avatar RedPig97

update:搜索表单重置

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