学生考勤不能按条件搜索

This commit is contained in:
2025-10-31 16:24:16 +08:00
parent 68e207fbcb
commit a4c6de5598

View File

@@ -301,7 +301,7 @@ export default {
/** 查询学生请假申请列表 */
getList() {
this.loading = true
getListLeaveApplication(this.queryParams).then((response) => {
getListLeaveApplication(this.search).then((response) => {
this.leaveApplicationList = response.rows
this.total = response.total
this.loading = false