From c45c60d7203b936bc0b433a44e7ce33680d806b4 Mon Sep 17 00:00:00 2001 From: fl <3098731433@qq.com> Date: Wed, 19 Mar 2025 13:08:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E5=A4=96=E5=87=BA=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=B7=BB=E5=8A=A0=E9=BB=98=E8=AE=A4=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/process/outApply/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/process/outApply/index.vue b/src/views/process/outApply/index.vue index e8718ad..27563dd 100644 --- a/src/views/process/outApply/index.vue +++ b/src/views/process/outApply/index.vue @@ -368,6 +368,7 @@ export default { pageSize: 10, userName: undefined, attStatus: undefined, + leaveType: "临时外出", isTrain: undefined }, personOptions: [], @@ -559,6 +560,7 @@ export default { /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1; + this.queryParams.leaveType = "临时外出"; this.getList(); }, /** 重置按钮操作 */ @@ -567,6 +569,7 @@ export default { this.resetForm("queryForm"); this.queryParams.isTrain = undefined; this.queryParams.leaveDate = undefined; + this.queryParams.leaveType = "临时外出"; this.handleQuery(); }, /** 新增按钮操作 */