修改搜索清空问题
This commit is contained in:
parent
ff9ed29c7c
commit
4a8fbaf941
@ -276,8 +276,8 @@ export default {
|
|||||||
this.total = response.total;
|
this.total = response.total;
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
});
|
});
|
||||||
this.queryParams.parentName = null;
|
// this.queryParams.parentName = null;
|
||||||
this.queryParams.phone = null;
|
// this.queryParams.phone = null;
|
||||||
},
|
},
|
||||||
/** 重置按钮操作 */
|
/** 重置按钮操作 */
|
||||||
resetQuery() {
|
resetQuery() {
|
||||||
|
|||||||
@ -983,9 +983,9 @@ export default {
|
|||||||
this.classinfoList2 = {
|
this.classinfoList2 = {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
kindergartenId: null,
|
// kindergartenId: null,
|
||||||
className: null,
|
// className: null,
|
||||||
classType: null,
|
// classType: null,
|
||||||
};
|
};
|
||||||
this.handleQuery2();
|
this.handleQuery2();
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user