在表格中循环了多个el-upload,然后点击的时候,根据当前数据的id上传文件,那么怎么获取id成了一个问题,记录一下找到解决方法
<el-upload
style="display: inline-block;margin-right: 10px"
action="string"
:data="scope"
accept=".pdf,.PDF"
:show-file-list="false"
:http-request=<