How to verify whether the user has submitted or not when the elementUI upload component clicks submit?

how to verify that it has been uploaded after clicking the submit button?


look at the status returned by the backend, ah, if you upload a file to the backend, but the backend does not return the status to you


upload will return the url, of an image. Just judge whether the image url is empty

.
Menu