diff --git a/src/components/picker/picker.vue b/src/components/picker/picker.vue index 812767134fc9499e7e57e91f33a41e11950fe5cc..ba46f7e1ea24d12902f62241de2600fd0a346abc 100644 --- a/src/components/picker/picker.vue +++ b/src/components/picker/picker.vue @@ -185,7 +185,6 @@ } } this.pickerSelectedIndex[index] = dist - wheel.destroy() this.$nextTick(() => { // recreate wheel so that the wrapperHeight will be correct. wheel = this._createWheel(wheelWrapper, index)