mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 11:13:26 +00:00
fix: 清空已完成上传列表
This commit is contained in:
parent
27558c10cd
commit
e18fcd5c43
@ -1716,6 +1716,8 @@ export default {
|
|||||||
|
|
||||||
uploadClear() {
|
uploadClear() {
|
||||||
this.uploadList = this.uploadList.filter(({status}) => status !== 'finished')
|
this.uploadList = this.uploadList.filter(({status}) => status !== 'finished')
|
||||||
|
this.$refs.fileUpload.clearFiles();
|
||||||
|
this.$refs.dirUpload.clearFiles();
|
||||||
},
|
},
|
||||||
|
|
||||||
uploadPercentageParse(val) {
|
uploadPercentageParse(val) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user