修改搜索清空问题
This commit is contained in:
parent
ff9ed29c7c
commit
4a8fbaf941
@ -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() {
|
||||
|
||||
@ -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();
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user