Commit 8298f808 authored by 姬鋆屾's avatar 姬鋆屾

推修改无法查询日期搜索

parent aaaba1b5
...@@ -269,9 +269,6 @@ export default { ...@@ -269,9 +269,6 @@ export default {
this.form.attendanceDateStart = getFirstDay(); this.form.attendanceDateStart = getFirstDay();
this.form.attendanceDateEnd = getFirstDay(); this.form.attendanceDateEnd = getFirstDay();
} }
} else {
delete this.form.attendanceDateStart;
delete this.form.attendanceDateEnd;
} }
let params = JSON.parse(JSON.stringify(this.form)); //不更改原始数据 let params = JSON.parse(JSON.stringify(this.form)); //不更改原始数据
......
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