From a4c6de5598c49e43e7056d438c60f24571934dd3 Mon Sep 17 00:00:00 2001 From: 15976874561 <2553956742@qq.com> Date: Fri, 31 Oct 2025 16:24:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E7=94=9F=E8=80=83=E5=8B=A4=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E6=8C=89=E6=9D=A1=E4=BB=B6=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/routine/leaveApplication/stuLeave.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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