Commit 632dccd4 authored by 姬鋆屾's avatar 姬鋆屾

推修改无法查询日期搜索

parent 8298f808
......@@ -220,7 +220,6 @@ export default {
resetTable() {
let { path, query } = this.$route;
if (this.form.attendanceDateStart && this.form.attendanceDateEnd) {
console.log(123);
let startValue = Date.parse(this.form.attendanceDateStart);
let endValue = Date.parse(this.form.attendanceDateEnd);
if (startValue > endValue) {
......
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