From 8dc6e2443fdaf1a5ee1efc1c84d2acab641d1b95 Mon Sep 17 00:00:00 2001 From: zhanglipeng Date: Mon, 27 Sep 2021 10:38:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E8=A7=86=E9=A2=91=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9B=E5=B9=BC=E5=84=BF=E6=94=B6=E8=B4=B9?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E9=A6=96=E6=AC=A1=E5=8A=A0=E8=BD=BDbug?= =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/benyi/childcharge/index.vue | 6 +- .../views/benyi/teacherassessment/index.vue | 21 +++-- .../views/benyi_train/video_study/index.vue | 84 +++++++++++++++---- .../controller/BySchoolchargeController.java | 4 +- 4 files changed, 93 insertions(+), 22 deletions(-) diff --git a/ruoyi-ui/src/views/benyi/childcharge/index.vue b/ruoyi-ui/src/views/benyi/childcharge/index.vue index f9a4f7eae..4f1988b29 100644 --- a/ruoyi-ui/src/views/benyi/childcharge/index.vue +++ b/ruoyi-ui/src/views/benyi/childcharge/index.vue @@ -234,9 +234,9 @@ export default { this.classOptions = response.rows; this.queryParams.classid = response.rows[0].bjbh; this.className = response.rows[0].bjmc; - }); - this.getList(); + this.getList(); + }); }, /** 查询幼儿收费列表 */ getList() { @@ -244,7 +244,9 @@ export default { if (this.queryParams.month == "") { this.queryParams.month = this.month; } + console.log(this.queryParams); listChildcharge(this.queryParams).then((response) => { + console.log(response.rows); if (response.rows.length == 0) { this.msgError("请检查当前班级是否存在幼儿或是否已经设置托费"); } diff --git a/ruoyi-ui/src/views/benyi/teacherassessment/index.vue b/ruoyi-ui/src/views/benyi/teacherassessment/index.vue index 32a466be5..9576653b2 100644 --- a/ruoyi-ui/src/views/benyi/teacherassessment/index.vue +++ b/ruoyi-ui/src/views/benyi/teacherassessment/index.vue @@ -206,6 +206,7 @@ @@ -213,20 +214,30 @@ - + - +