mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 10:38:16 +08:00
解决api重写后覆盖无效 (#11275)
This commit is contained in:
parent
767017e763
commit
59de94217c
@ -24,7 +24,8 @@ registerActionPanel('ajax', {
|
||||
</div>
|
||||
);
|
||||
},
|
||||
schema: {
|
||||
schema: () => [
|
||||
{
|
||||
type: 'wrapper',
|
||||
className: 'p-none',
|
||||
body: [
|
||||
@ -70,7 +71,8 @@ registerActionPanel('ajax', {
|
||||
required: true
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
],
|
||||
outputVarDataSchema: [
|
||||
{
|
||||
type: 'object',
|
||||
|
Loading…
Reference in New Issue
Block a user