Picture file upload component provided by 1.element-ui, function (file, fileList) when the on-remove, file list removes the file
: on-remove= "handleRemove",
handleRemove(file, fileList) {
console.log(file, fileList);
},
2. Picture upload as part of the form, after the first successful submission of the form, you need to rewrite the form data. But at this time, the picture upload is not empty,
how do I call the handleremove function in the function after the first successful submission of the form to clear the content uploaded by the picture? The main reason is that the parameter file will not write
.