From 64bbcd2a0644678766ec5c3610e1b24781fe33ed Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Fri, 23 May 2025 09:42:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MyComponents/Sex/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/MyComponents/Sex/index.vue b/src/components/MyComponents/Sex/index.vue index e56f17c..c7a5614 100644 --- a/src/components/MyComponents/Sex/index.vue +++ b/src/components/MyComponents/Sex/index.vue @@ -26,7 +26,8 @@ const { D_BZ_XB } = proxy.$dict("D_BZ_XB"); const props = defineProps({ //获取组件传值 sex: { - type: String + type: String, + default: "" }, disabled:{ type:Boolean,