mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 19:17:54 +08:00
fix:文案
Change-Id: I0cbe40836ca6bc5414d250aadfc4e3d220d3900a
This commit is contained in:
parent
b0dd9d7214
commit
94613936da
@ -467,9 +467,9 @@ const ACTION_TYPE_TREE = (manager: any): RendererPluginAction[] => {
|
||||
{
|
||||
name: 'outputVar',
|
||||
type: 'input-text',
|
||||
label: '请求出参',
|
||||
label: '存储结果',
|
||||
placeholder: '请输入存储请求结果的变量名称',
|
||||
description: '后面的动作可以通过\\${event.data.请求出参名称}来获取本次请求的返回结果',
|
||||
description: '如需执行多次发送请求,可以修改此变量名用于区分不同请求返回的结果',
|
||||
mode: 'horizontal',
|
||||
size: 'lg',
|
||||
required: true
|
||||
|
Loading…
Reference in New Issue
Block a user