From 43ebbdb1b94c5addbfbe8172d406f35b510504cb Mon Sep 17 00:00:00 2001 From: orangej Date: Sat, 18 Jun 2022 18:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=BE=E6=A0=87=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=99=A8=E6=9C=AA=E6=98=BE=E7=A4=BA=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=80=BC=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/components/scIconSelect/index.vue | 1 + src/views/vab/iconselect.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/scIconSelect/index.vue b/src/components/scIconSelect/index.vue index ab562222..4326ff22 100644 --- a/src/components/scIconSelect/index.vue +++ b/src/components/scIconSelect/index.vue @@ -74,6 +74,7 @@ } }, mounted() { + this.value = this.modelValue this.data.push(...config.icons) }, methods: { diff --git a/src/views/vab/iconselect.vue b/src/views/vab/iconselect.vue index 0774d5d9..9597d84d 100644 --- a/src/views/vab/iconselect.vue +++ b/src/views/vab/iconselect.vue @@ -36,7 +36,7 @@ data() { return { form: { - icon: '' + icon: 'el-icon-apple' }, rules: { icon: [