From 4a8fbaf9410b6f0157848c07fc93d90f9ba82e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 29 Aug 2022 17:46:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/parentInfo/index.vue | 4 ++-- src/views/system/studentInfo/index.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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(); },