Skip to content

Commit

Permalink
fix: 🐛 修复 DateTimePicker 日期选择器组件双向绑定错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xuqingkai authored and Moonofweisheng committed Oct 29, 2023
1 parent c8395f8 commit 1b13873
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ watch(
// 每次value更新时都需要刷新整个列表
innerValue.value = deepClone(getDefaultInnerValue())
}
setShowValue()
setShowValue(false, false, true)
},
{
deep: true,
Expand Down

0 comments on commit 1b13873

Please sign in to comment.