Vue gets index

it"s late at night. I"ll just post the code. I"m sleepy--

  el-upload document  

Mar.11,2021

:on-success="handleAvatarSuccess.bind(null, index)
handleAvatarSuccess(index, res, file, fileList) 

:on-success="handleAvatarSuccess"    //res, file, fileList 

*  index 
:on-success="(res, file, fileList ) => handleAvatarSuccess(res, file, fileList , index)"


both methods are fine. Thank you, God! @ hxlyd @ ms_liuy

Menu