From 6e42dd43f7beaa97dbcb7fde67c57815089cec6b Mon Sep 17 00:00:00 2001 From: lilinyuan <1084668738@qq.com> Date: Mon, 1 Apr 2024 14:28:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=84=E4=BB=B6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fvcomponents/fvRadio/index.vue | 2 +- src/fvcomponents/fvSearchForm/index.vue | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/fvcomponents/fvRadio/index.vue b/src/fvcomponents/fvRadio/index.vue index ea6e821..9575f2a 100644 --- a/src/fvcomponents/fvRadio/index.vue +++ b/src/fvcomponents/fvRadio/index.vue @@ -15,7 +15,7 @@ const props = defineProps({ default: [] }, modelValue: { - type: [Number, String], + type: [Number, String, Boolean], default: '' }, cacheKey: { diff --git a/src/fvcomponents/fvSearchForm/index.vue b/src/fvcomponents/fvSearchForm/index.vue index 8afc13b..0994c8c 100644 --- a/src/fvcomponents/fvSearchForm/index.vue +++ b/src/fvcomponents/fvSearchForm/index.vue @@ -65,8 +65,6 @@ const filterConfig = computed(()=>{ return arr.length >= 4 && showMore.value ? arr : arr.slice(0, 3) }) -console.log(filterConfig.value, 'filterConfig'); - // 搜索功能表单元素默认值 const setDefaultFormValues = () => { filterConfig.value.forEach(item=>{