From 67e45ad284331cf4e4c1313ba8fa8eb6a46c06dd Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 13 Jun 2023 19:32:39 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E4=BF=AE=E6=94=B9sel?= =?UTF-8?q?ect2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FormFields/Select2.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/FormFields/Select2.vue b/src/components/FormFields/Select2.vue index 71ee82969..c2dd44d7f 100644 --- a/src/components/FormFields/Select2.vue +++ b/src/components/FormFields/Select2.vue @@ -230,9 +230,7 @@ export default { if (elFormItem && elFormItem.clearValidate) { elFormItem.clearValidate() } - this.iValue = this.value }) - this.$refs.selectRef = this.$refs.select }, methods: { async loadMore(load) {