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(); }, /** 新增按钮操作 */