This commit is contained in:
xiaojunnuo
2024-11-26 01:14:16 +08:00
parent 92c6c45e77
commit d6c7326467
5 changed files with 20 additions and 20 deletions
@@ -49,7 +49,7 @@ const doTest = async () => {
type: pluginType,
typeName: form.type,
action: props.action,
input: form
input: pluginType === "plugin" ? form.input : form
},
{
onError(err: any) {
@@ -87,7 +87,7 @@ const getOptions = async () => {
type: pluginType,
typeName: form.type,
action: props.action,
input: form
input: pluginType === "plugin" ? form.input : form
},
{
onError(err: any) {