diff --git a/src/views/routine/leaveApplication/stuLeave.vue b/src/views/routine/leaveApplication/stuLeave.vue index 1935a70..02affca 100644 --- a/src/views/routine/leaveApplication/stuLeave.vue +++ b/src/views/routine/leaveApplication/stuLeave.vue @@ -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