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 => { ...@@ -32,7 +32,9 @@ export const createSchema = (addressType = 2): ISchema => {
address: { address: {
type: 'string', type: 'string',
'x-component': 'AddressRadioGroup', 'x-component': 'AddressRadioGroup',
'x-component-props': {}, 'x-component-props': {
onClickEdit: '{{ handleEditAddress }}',
},
'x-rules': [ 'x-rules': [
{ {
required: true, 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