From 22ff7301611eefa0f888a6726f197d1ef54c6e4a Mon Sep 17 00:00:00 2001 From: paidaxing444 <12qwaszx> Date: Mon, 28 Sep 2020 16:42:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8F=AD=E7=BA=A7=E8=80=83=E5=8B=A4=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E4=BC=98=E5=8C=96;=E6=96=B0=E5=A2=9E=E6=80=BB?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/benyi/checkinstatisticsclass/index.vue | 6 +++--- ruoyi-ui/src/views/benyi/checkinstatisticsschool/index.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ruoyi-ui/src/views/benyi/checkinstatisticsclass/index.vue b/ruoyi-ui/src/views/benyi/checkinstatisticsclass/index.vue index 209fcc93c..c214c40a7 100644 --- a/ruoyi-ui/src/views/benyi/checkinstatisticsclass/index.vue +++ b/ruoyi-ui/src/views/benyi/checkinstatisticsclass/index.vue @@ -155,7 +155,7 @@ export default { this.queryParams.month = this.month; } await listDatetime(this.queryParams).then((response) => { - console.log(response.rows); + // console.log(response.rows); this.tableHead.push({ column_name: "name", sort: "姓名", @@ -180,7 +180,7 @@ export default { this.queryParams.month = this.month; } listChildCheck(this.queryParams).then((response) => { - console.log(response.rows); + // console.log(response.rows); this.bjmc = response.rows[0].bjmc; this.childcount = response.rows.length - 1; this.jsmc = response.rows[0].zbjsmc; @@ -258,7 +258,7 @@ export default { }); }, avg(a1) { - console.log("a" + a1); + // console.log("a" + a1); //bug 这个地方的分母a 应该取值所有班级的最大值 var a = 0; var sum = 0; diff --git a/ruoyi-ui/src/views/benyi/checkinstatisticsschool/index.vue b/ruoyi-ui/src/views/benyi/checkinstatisticsschool/index.vue index 47f11b9bb..ddf1ce5ed 100644 --- a/ruoyi-ui/src/views/benyi/checkinstatisticsschool/index.vue +++ b/ruoyi-ui/src/views/benyi/checkinstatisticsschool/index.vue @@ -163,7 +163,7 @@ export default { this.queryParams.month = this.month; } await listDatetime(this.queryParams).then((response) => { - console.log(response.rows); + // console.log(response.rows); this.tableHead.push({ column_name: "bjmc", sort: "班级", @@ -195,7 +195,7 @@ export default { this.queryParams.month = this.month; } listClassCheck(this.queryParams).then((response) => { - console.log(response.rows); + // console.log(response.rows); this.classcount = response.rows.length - 1; // this.tableData = response.rows; response.rows.forEach((res) => {