mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 03:10:51 +00:00
bulk-operations make new MobileMultiSelectMenu component, add multi dwonload
This commit is contained in:
@@ -38,11 +38,13 @@
|
||||
},
|
||||
disableId() {
|
||||
let canBeShow = true
|
||||
this.fileInfoDetail.map(item => {
|
||||
if(item.unique_id === this.nodes.unique_id) {
|
||||
canBeShow = false
|
||||
}
|
||||
})
|
||||
if(this.fileInfoDetail.includes(this.nodes)){
|
||||
this.fileInfoDetail.map(item => {
|
||||
if(item.unique_id === this.nodes.unique_id) {
|
||||
canBeShow = false
|
||||
}
|
||||
})
|
||||
}
|
||||
return canBeShow
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user