fix(plugin-workflow): request headers and params should support input (#1750)
This commit is contained in:
		
							parent
							
								
									7b9bfa116f
								
							
						
					
					
						commit
						eac3c6f0c8
					
				@ -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: {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user