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