赞
踩
// 1.绑定ref <el-upload ref="mYupload"> // 2.清空列表方法 clearFiles() { this.$refs["mYupload"].clearFiles(); //延伸-清空表单 //this.$refs["ruleForm"].resetFields(); }, // 3.成功后调用 addDocument(this.uploadForm, fd).then((res) => { if (res.data.code == 200) { this.clearFiles(); } });
效果 :
修改后:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。