222
schangxiang@126.com
2025-04-30 9bec4dcae002f36aa23231da11cb03a156b40110
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 () => {
      // 多tag情况,传data[]