diff --git a/src/platforms/h5/view/components/picker/index.vue b/src/platforms/h5/view/components/picker/index.vue index b93b8aa446873fb0da0252ea30bbe76f1812d551..a3dee925f7002319ff992db8c05b0d35608a428a 100644 --- a/src/platforms/h5/view/components/picker/index.vue +++ b/src/platforms/h5/view/components/picker/index.vue @@ -281,6 +281,7 @@ export default { this.$watch('mode', this._setValue) }, beforeDestroy () { + this.$refs.picker.remove() this.$dispatch('Form', 'uni-form-group-update', { type: 'remove', vm: this