Commit 40fd6227 authored by XieZhiXiong's avatar XieZhiXiong

chore: 处理编辑地址逻辑

parent 40f76a60
This diff is collapsed.
......@@ -32,7 +32,9 @@ export const createSchema = (addressType = 2): ISchema => {
address: {
type: 'string',
'x-component': 'AddressRadioGroup',
'x-component-props': {},
'x-component-props': {
onClickEdit: '{{ handleEditAddress }}',
},
'x-rules': [
{
required: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment