修改搜索清空问题

This commit is contained in:
闫晓茹 2022-08-29 17:46:12 +08:00
parent ff9ed29c7c
commit 4a8fbaf941
2 changed files with 5 additions and 5 deletions

View File

@ -276,8 +276,8 @@ export default {
this.total = response.total;
this.loading = false;
});
this.queryParams.parentName = null;
this.queryParams.phone = null;
// this.queryParams.parentName = null;
// this.queryParams.phone = null;
},
/** 重置按钮操作 */
resetQuery() {

View File

@ -983,9 +983,9 @@ export default {
this.classinfoList2 = {
pageNum: 1,
pageSize: 10,
kindergartenId: null,
className: null,
classType: null,
// kindergartenId: null,
// className: null,
// classType: null,
};
this.handleQuery2();
},