From 1b312b2ded7c5ef552bf4d01f21f40c8cf1d032c Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 10 Jun 2020 17:04:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9select2=20value?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Select2/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Select2/index.vue b/src/components/Select2/index.vue index 3d161ccee..c5b19d62c 100644 --- a/src/components/Select2/index.vue +++ b/src/components/Select2/index.vue @@ -150,6 +150,9 @@ export default { iAjax(newValue, oldValue) { this.$log.debug('Select url changed: ', oldValue, ' => ', newValue) this.refresh() + }, + value(iNew) { + this.iValue = iNew } }, mounted() {