From a152d2dc9e4ae6fa1fdd0dcfe5db8bb455e15c4f Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周二, 06 5月 2025 14:21:15 +0800 Subject: [PATCH] 111 --- 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