From 9bec4dcae002f36aa23231da11cb03a156b40110 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 30 4月 2025 16:24:16 +0800
Subject: [PATCH] 222

---
 PipeLineLems/web/src/components/Radio/Radio.tsx |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/PipeLineLems/web/src/components/Radio/Radio.tsx b/PipeLineLems/web/src/components/Radio/Radio.tsx
index 16c0164..0ec2d18 100644
--- a/PipeLineLems/web/src/components/Radio/Radio.tsx
+++ b/PipeLineLems/web/src/components/Radio/Radio.tsx
@@ -62,7 +62,6 @@
         emit('update:modelValue', value)
       },
     })
-    console.log('modelData', modelData.value)
     const data = computed({
       get() {
         return props.data
@@ -78,7 +77,6 @@
      */
     const findOptionLabelByValue = (value: string) => {
       const item: any = props.options.find((item) => item.value === value)
-      console.log('item', item)
       return item?.label || item?.name || ''
     }
     /**
@@ -105,8 +103,6 @@
       evt?.stopPropagation()
       emit('click', evt)
     }
-
-    console.log(props.data, props.modelValue)
 
     return () => {
       // 澶歵ag鎯呭喌锛屼紶data[]

--
Gitblit v1.9.3