From b1d7ccb7cd7c19ddc097cca64d1d40fbc3a773bf Mon Sep 17 00:00:00 2001 From: xzs02 Date: Tue, 15 Jan 2019 20:49:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3picker=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=B1=9E=E6=80=A7=E5=8F=98=E6=9B=B4=E6=97=B6=E6=8A=A5?= =?UTF-8?q?=E9=94=99=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/core/view/components/picker/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/view/components/picker/index.vue b/src/core/view/components/picker/index.vue index 315740d3a..db2a2b00a 100644 --- a/src/core/view/components/picker/index.vue +++ b/src/core/view/components/picker/index.vue @@ -153,7 +153,7 @@ export default { }) Object.keys(this.$props).forEach(key => { if (key !== 'value' && key !== 'name') { - this.$watch(key, this._show()) + this.$watch(key, this._show) } }) }, -- GitLab