修改上传文件重复上传问题
This commit is contained in:
parent
c6680f76ba
commit
3976596c37
@ -126,6 +126,7 @@ export default {
|
|||||||
}
|
}
|
||||||
if(res.data.status == 1){
|
if(res.data.status == 1){
|
||||||
this.fileList.splice(this.fileList[0],1);
|
this.fileList.splice(this.fileList[0],1);
|
||||||
|
this.params = {};
|
||||||
this.$emit('uploadFileSuccess');
|
this.$emit('uploadFileSuccess');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user