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