mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
feat: inputTree/treeSelect修改事件名称
This commit is contained in:
parent
94da4a253e
commit
c6f69fe886
@ -191,7 +191,7 @@ export default {
|
||||
{
|
||||
actionType: 'toast',
|
||||
msgType: 'info',
|
||||
msg: '派发load事件'
|
||||
msg: '派发loadFinished事件'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -90,12 +90,12 @@ const onEvent = {
|
||||
}
|
||||
]
|
||||
},
|
||||
load: {
|
||||
loadFinished: {
|
||||
actions: [
|
||||
{
|
||||
actionType: 'toast',
|
||||
msgType: 'info',
|
||||
msg: '派发load事件'
|
||||
msg: '派发loadFinished事件'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user