diff --git a/src/platforms/h5/view/components/picker/index.vue b/src/platforms/h5/view/components/picker/index.vue index 87e6d16a3e11a4264c13e5137e4c1ca0894eefae..a52b1f6a3d3f87b498bd0c4e9e3a7c2ea3752922 100644 --- a/src/platforms/h5/view/components/picker/index.vue +++ b/src/platforms/h5/view/components/picker/index.vue @@ -462,7 +462,7 @@ export default { case mode.MULTISELECTOR: { if (!Array.isArray(val)) { - val = [] + val = this.valueArray } if (!Array.isArray(this.valueSync)) { this.valueSync = []