diff --git a/src/views/system/parentInfo/index.vue b/src/views/system/parentInfo/index.vue index 1cdfd2a..2db1a34 100644 --- a/src/views/system/parentInfo/index.vue +++ b/src/views/system/parentInfo/index.vue @@ -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() { diff --git a/src/views/system/studentInfo/index.vue b/src/views/system/studentInfo/index.vue index 454e80b..6f1038b 100644 --- a/src/views/system/studentInfo/index.vue +++ b/src/views/system/studentInfo/index.vue @@ -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(); },