对象绑定组件事件
change
<RadioGroup
v-bind="item?.component?.props"
v-model:value="crps.distributionNetwork"
/>
onChange: async (val: string) => {
console.log('[ val ]-721', val)
}
change
<RadioGroup
v-bind="item?.component?.props"
v-model:value="crps.distributionNetwork"
/>
onChange: async (val: string) => {
console.log('[ val ]-721', val)
}