Tencent / tdesign-vue-next

A Vue3.x UI components lib for TDesign.
https://tdesign.tencent.com/vue-next
MIT License
1.43k stars 459 forks source link

[date-picker] 格式化日期显示影响了日期值 #4173

Open waney opened 4 months ago

waney commented 4 months ago

tdesign-vue-next 版本

1.9.4

重现链接

[[No response](https://tdesign.tencent.com/vue-next/components/date-picker?tab=api)](https://tdesign.tencent.com/vue-next/components/date-picker?tab=api)

重现步骤

<t-date-picker  v-model="date" mode="month"  format="YYYY年MM月 的工作" ... 
console.dir(date.value);

bcd65a34fa65eb1fe90003ff22e8718 424ef6de340273765ab5f415c15796a

期望结果

期望不影响日期值

实际结果

影响了

github-actions[bot] commented 4 months ago

👋 @waney,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

uyarn commented 4 months ago

可以先手动设置valueType