规则导出隐藏

考勤明细时间查询修改
This commit is contained in:
fl 2025-03-17 09:10:29 +08:00
parent 2e1d80a90c
commit f1071495e1
2 changed files with 3 additions and 2 deletions

View File

@ -566,6 +566,7 @@ export default {
this.dateRange = []; this.dateRange = [];
this.resetForm("queryForm"); this.resetForm("queryForm");
this.queryParams.isTrain = undefined; this.queryParams.isTrain = undefined;
this.queryParams.leaveDate = undefined;
this.handleQuery(); this.handleQuery();
}, },
/** 新增按钮操作 */ /** 新增按钮操作 */

View File

@ -53,7 +53,7 @@
</el-button> </el-button>
</el-col> </el-col>
<el-col :span="1.5"> <!-- <el-col :span="1.5">
<el-button <el-button
type="warning" type="warning"
plain plain
@ -62,7 +62,7 @@
@click="handleExport" @click="handleExport"
>导出 >导出
</el-button> </el-button>
</el-col> </el-col> -->
<right-toolbar <right-toolbar
:showSearch.sync="showSearch" :showSearch.sync="showSearch"