日期限制
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -298,7 +298,6 @@ function getDaysBetween(){ | ... | @@ -298,7 +298,6 @@ function getDaysBetween(){ |
| 298 | 298 | ||
| 299 | function disabledDateRZ(date) { | 299 | function disabledDateRZ(date) { |
| 300 | //判读今天大与form.value.hqStart | 300 | //判读今天大与form.value.hqStart |
| 301 | console.log(date) | ||
| 302 | if (formTime.value.hqStart) { | 301 | if (formTime.value.hqStart) { |
| 303 | const today = dayjs().format('YYYY-MM-DD') | 302 | const today = dayjs().format('YYYY-MM-DD') |
| 304 | if (formTime.value.hqStart < today) { | 303 | if (formTime.value.hqStart < today) { | ... | ... |
-
Please register or sign in to post a comment