赞
踩
问题场景:el-upload上传功能,由于上传的文件可能较大,为避免重复操作,因此需要上传loading效果
解决:el-upload组件添加onChange该事件
- handleOnChange(file, fileList){
- this.loading= true
- if(file.percentage == 100){
- this.loading= false
- }
- },
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。