电影页面删除重复的数据

This commit is contained in:
haiyangcui
2021-08-01 22:57:28 +02:00
parent d6549c6a6b
commit 898f769d24

View File

@@ -529,6 +529,9 @@ export default {
})
break
}
// Get unique film data
filteredData = Array.from(new Set(filteredData))
if (this.showFind) {
this.filteredSearchContents = filteredData
} else {