el-upload自定义参数写法

<el-upload
                    class="upload-demo"
                    :action="uploadUrl"
                    :on-change="(file =>{
                      return fileChange(file,scope.row,'company');
                    })"
                    :before-remove="beforeRemove"
                    :auto-upload="false"
                    :limit="1"
                    :on-exceed="handleExceed"
                    :file-list="fileList"
                >

on-change官网是

el-upload自定义参数写法

 通过重写自定义参数

上一篇:DNUICTF-[萌]odd_upload-smarty模板注入


下一篇:php实现大文件上传