From 40fe2ed0fe5de530ba76e8d46c86d790531f9465 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Tue, 5 Dec 2023 14:30:55 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90issues/897=E3=80=91JSearchSelect?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=B7=BB=E5=8A=A0class/style=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=B8=8D=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Form/src/jeecg/components/JSearchSelect.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Form/src/jeecg/components/JSearchSelect.vue b/src/components/Form/src/jeecg/components/JSearchSelect.vue index bba2761..4b8b6dd 100644 --- a/src/components/Form/src/jeecg/components/JSearchSelect.vue +++ b/src/components/Form/src/jeecg/components/JSearchSelect.vue @@ -83,7 +83,9 @@ setup(props, { emit, refs }) { const options = ref([]); const loading = ref(false); - const attrs = useAttrs(); + // update-begin--author:liaozhiyang---date:20231205---for:【issues/897】JSearchSelect组件添加class/style样式不生效 + const attrs = useAttrs({'excludeDefaultKeys': false}); + // update-end--author:liaozhiyang---date:20231205---for:【issues/897】JSearchSelect组件添加class/style样式不生效 const selectedValue = ref([]); const selectedAsyncValue = ref([]); const lastLoad = ref(0);