Commit 66697a54 authored by 姬鋆屾's avatar 姬鋆屾

fixed:提交考勤汇总按月导出,不能跨月导出考勤数据

parent cd8001d6
......@@ -130,7 +130,6 @@ export default {
this.query.summaryTimeStart = getFirstDay();
this.query.summaryTimeEnd = getLastDay();
this.initalArr = this.config.columns;
},
methods: {
// 表格设置弹窗取消操作
......@@ -364,7 +363,7 @@ export default {
params[value.name] = this.query[value.name];
}
}
params["summaryTimeEnd"] = this.$route.query.summaryTimeEnd;
if (this.selection.length > 0) {
params["idList"] = this.selection;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment