|
@@ -190,7 +190,7 @@ export default {
|
|
|
const index = this.list.findIndex((eachItem) => {
|
|
const index = this.list.findIndex((eachItem) => {
|
|
|
return eachItem.id === clickItem.id
|
|
return eachItem.id === clickItem.id
|
|
|
})
|
|
})
|
|
|
- index >= 0 && this.$refs['video-previewer'].show(this.list[index].fileName, this.list[index].ossPath)
|
|
|
|
|
|
|
+ index >= 0 && this.$refs['video-previewer'].show(this.list[index].name, this.list[index].ossPath)
|
|
|
},
|
|
},
|
|
|
onFilterFocus() {
|
|
onFilterFocus() {
|
|
|
this.isFilterFocus = true
|
|
this.isFilterFocus = true
|