fix(plugin-workflow): request headers and params should support input (#1750)

This commit is contained in:
Junyi 2023-04-23 15:51:56 +07:00 committed by GitHub
parent 7b9bfa116f
commit eac3c6f0c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,8 @@ export default {
'x-decorator': 'FormItem',
'x-component': 'Variable.Input',
'x-component-props': {
scope: useWorkflowVariableOptions
scope: useWorkflowVariableOptions,
useTypedConstant: true,
}
},
remove: {
@ -114,7 +115,8 @@ export default {
'x-decorator': 'FormItem',
'x-component': 'Variable.Input',
'x-component-props': {
scope: useWorkflowVariableOptions
scope: useWorkflowVariableOptions,
useTypedConstant: true,
}
},
remove: {