培训视频 更新;幼儿收费统计首次加载bug优化;

This commit is contained in:
zhanglipeng
2021-09-27 10:38:47 +08:00
parent 2d2807da41
commit 8dc6e2443f
4 changed files with 93 additions and 22 deletions

View File

@ -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("请检查当前班级是否存在幼儿或是否已经设置托费");
}