提交 37ab50c7 编写于 作者: D DCloud_LXH

fix(H5): picker mode=multiSelector,unable to preserve previous value

上级 005c8dd5
......@@ -619,7 +619,7 @@ function usePickerMethods(
case mode.MULTISELECTOR:
{
if (!Array.isArray(val)) {
val = []
val = state.valueArray
}
if (!Array.isArray(state.valueSync)) {
state.valueSync = []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册