mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
fix:tansfer-docs
This commit is contained in:
parent
b411c21b3d
commit
7e60203b35
@ -394,8 +394,7 @@ export default {
|
||||
actions: [
|
||||
{
|
||||
actionType: 'show',
|
||||
// componentId: 'input-text_001'
|
||||
componentId: 'b_001'
|
||||
componentId: 'input-text_001'
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -411,8 +410,7 @@ export default {
|
||||
actions: [
|
||||
{
|
||||
actionType: 'hidden',
|
||||
// componentId: 'input-text_001' // b_001
|
||||
componentId: 'b_001'
|
||||
componentId: 'input-text_001' // b_001
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -495,22 +493,6 @@ export default {
|
||||
id: 'b_002',
|
||||
className: 'ml-2',
|
||||
label: '打开一个弹窗(模态)'
|
||||
},
|
||||
{
|
||||
type: 'button',
|
||||
label: '隐藏',
|
||||
className: 'ml-2',
|
||||
onEvent: {
|
||||
click: {
|
||||
actions: [
|
||||
{
|
||||
actionType: 'hidden',
|
||||
// componentId: 'input-text_001' // b_001
|
||||
componentId: 'b_001'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user