element-ui之el-upload清除文件

  1. upload组件代码
<el-upload
            multiple
            ref="upload"
            action=""
            name="coverFile"
            class="quill-uploader"
            :show-file-list="false"
            :on-change="changeQuillUpload"
            :auto-upload="false">
        </el-upload>
  1. js
this.$refs.upload.clearFiles();

猜你喜欢

转载自blog.csdn.net/u012842714/article/details/103715549
今日推荐