赞
踩
ref
与组件进行关联 <el-upload
ref="fileUploadBtn"
class="upload-demo"
accept=".xls,.xlsx"
:limit="1"
:action="uploadFileUrl"
:on-success="handleAvatarSuccess"
:before-upload="beforeAvatarUpload"
:data="uploadData"
:show-file-list="false">
<el-button size="medium" type="primary">导入</el-button>
</el-upload>
handleAvatarSuccess(response, file, fileList) {
this.$refs.fileUploadBtn.clearFiles(); //上传成功之后清除历史记录**加粗样式**
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。