mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:48:55 +08:00
修改测试用例
This commit is contained in:
parent
26e4b19aac
commit
3d1255a25c
@ -40,7 +40,7 @@ test('EventAction:custom', async () => {
|
||||
actionType: 'setValue',
|
||||
componentId: 'page_001',
|
||||
args: {
|
||||
value: '${event.data.result}'
|
||||
value: '${event.data.result.data}'
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -63,7 +63,7 @@ test('EventAction:custom', async () => {
|
||||
actionType: 'setValue',
|
||||
componentId: 'page_001',
|
||||
args: {
|
||||
value: '${event.data.result}'
|
||||
value: '${event.data.result.data}'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user