自定义参数:
组件方法 = “(原参数1,原参数2,…) => 方法名(自定义参数)”
如:
el-select的:remote-method
:remote-method="(query) => myFunction(query, <自定义参数>)"
el-tree的@check
@check="(data,checkinfo)=>selectNode(data,checkinfo,value)"
自定义参数:
组件方法 = “(原参数1,原参数2,…) => 方法名(自定义参数)”
如:
el-select的:remote-method
:remote-method="(query) => myFunction(query, <自定义参数>)"
el-tree的@check
@check="(data,checkinfo)=>selectNode(data,checkinfo,value)"