解决api重写后覆盖无效 (#11275)
Some checks are pending
CodeQL / Analyze (javascript) (push) Waiting to run
gh-pages / build (20.x) (push) Waiting to run

This commit is contained in:
z418577198 2024-11-28 20:27:46 +08:00 committed by GitHub
parent 767017e763
commit 59de94217c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',