feat: inputTree/treeSelect修改事件名称

This commit is contained in:
zhaojianhui 2022-03-17 20:35:47 +08:00
parent 94da4a253e
commit c6f69fe886
2 changed files with 3 additions and 3 deletions

View File

@ -191,7 +191,7 @@ export default {
{
actionType: 'toast',
msgType: 'info',
msg: '派发load事件'
msg: '派发loadFinished事件'
}
]
}

View File

@ -90,12 +90,12 @@ const onEvent = {
}
]
},
load: {
loadFinished: {
actions: [
{
actionType: 'toast',
msgType: 'info',
msg: '派发load事件'
msg: '派发loadFinished事件'
}
]
}