:on-change="(file,fileList)=>handleChange(file,fileList,item.key)",
将方法写成类似格式即可,其中file,fileList是element中原生方法传递的参数,item.key为需要传递的自定义参数。
:on-change="(file,fileList)=>handleChange(file,fileList,item.key)",
将方法写成类似格式即可,其中file,fileList是element中原生方法传递的参数,item.key为需要传递的自定义参数。