From 3305b8371010e4febb0b5782cfb98dd2cca6277e Mon Sep 17 00:00:00 2001 From: paidaxing444 <12qwaszx> Date: Thu, 24 Sep 2020 11:05:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E6=A0=A1=E8=80=83=E5=8B=A4=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../benyi/checkinstatisticsschool/index.vue | 83 ++++++++++--------- 1 file changed, 42 insertions(+), 41 deletions(-) diff --git a/ruoyi-ui/src/views/benyi/checkinstatisticsschool/index.vue b/ruoyi-ui/src/views/benyi/checkinstatisticsschool/index.vue index 8d4152b1c..aa4f71b05 100644 --- a/ruoyi-ui/src/views/benyi/checkinstatisticsschool/index.vue +++ b/ruoyi-ui/src/views/benyi/checkinstatisticsschool/index.vue @@ -1,45 +1,45 @@ @@ -117,7 +117,7 @@ export default { console.log(response.rows); this.tableHead.push({ column_name: "bjmc", - sort: "班级名称", + sort: "班级", }); response.rows.forEach((res) => { this.tableHead.push({ @@ -181,6 +181,7 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1; + this.month = this.queryParams.month; this.getHeadList(); }, /** 重置按钮操作 */