From 8d19f1667ba730604f14b2bafeb929a7aa417f0a Mon Sep 17 00:00:00 2001 From: qiang Date: Wed, 13 Nov 2019 20:54:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E5=90=8E=E9=80=80=E6=97=B6=E5=B1=95=E7=A4=BA=E7=9A=84picker?= =?UTF-8?q?=E6=9C=AA=E9=94=80=E6=AF=81=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/platforms/h5/view/components/picker/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platforms/h5/view/components/picker/index.vue b/src/platforms/h5/view/components/picker/index.vue index b93b8aa44..a3dee925f 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 -- GitLab