Skip to content

Commit

Permalink
chore: revert week directly return (#2004)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Dec 18, 2024
1 parent d9b9349 commit b0815e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/date-picker/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ export function parseToDayjs(
return nextWeek;
}
}
// 判断是week直接返回,否则经过YYYY-MM-D处理会导致错误
return dayjs(dateText);
}

// format quarter
Expand Down

0 comments on commit b0815e9

Please sign in to comment.