From d7b0b9f0743d508e1e4bea66cb0a18134b7cfefc Mon Sep 17 00:00:00 2001 From: zhanglipeng Date: Fri, 17 Sep 2021 18:09:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=99=E5=B8=88=E7=BB=A9=E6=95=88=E8=80=83?= =?UTF-8?q?=E6=A0=B8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/benyi/teacherassessment/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/views/benyi/teacherassessment/index.vue b/ruoyi-ui/src/views/benyi/teacherassessment/index.vue index 9f82d4f6f..32a466be5 100644 --- a/ruoyi-ui/src/views/benyi/teacherassessment/index.vue +++ b/ruoyi-ui/src/views/benyi/teacherassessment/index.vue @@ -342,7 +342,7 @@ export default { } }, "form.classid": function (val) { - console.log(val); + //console.log(val); if (val == "undefined" || val == "" || val == null) { } else { getUserList(val) @@ -354,11 +354,11 @@ export default { } }, "form.month": function (val) { - console.log(val); + //console.log(val); this.month = val; }, "form.jsid": function (val) { - console.log(val); + //console.log(val); this.queryParams_pg.pgdx = val; this.dateRange[0] = this.month + "-01"; var y = this.month.split("-")[0]; @@ -387,7 +387,7 @@ export default { listDayflowassessmentbyJsid( this.addDateRange(this.queryParams_pg, this.dateRange) ).then((response) => { - console.log(response); + //console.log(response); var total = 100; response.rows.forEach((item) => { total = total + item.zzdf;