diff --git a/src/views/mes/organization/WorkerIndex.vue b/src/views/mes/organization/WorkerIndex.vue index 37ad004a..7fe9b398 100644 --- a/src/views/mes/organization/WorkerIndex.vue +++ b/src/views/mes/organization/WorkerIndex.vue @@ -265,7 +265,7 @@ const getCurrentDate = () =>{ if(month<10){month = '0'+month} let day = now.getDate(); if(day<10)day = '0'+day; - return year + "-" + month + "-" + day +" 00:00:01"; + return year + "-" + month + "-" + day +" 00:00:00"; } /** 初始化 **/ onMounted(async () => { diff --git a/src/views/mes/organization/components/WorkerRight.vue b/src/views/mes/organization/components/WorkerRight.vue index dc6bcfa2..053f2b0b 100644 --- a/src/views/mes/organization/components/WorkerRight.vue +++ b/src/views/mes/organization/components/WorkerRight.vue @@ -1,14 +1,14 @@