changes
This commit is contained in:
@@ -63,7 +63,7 @@ export default {
|
||||
},
|
||||
async created() {
|
||||
let arr = [];
|
||||
let files = await this.$getdata("file", { file__in: this.image });
|
||||
let files = await this.$getdata("file", { filter: { file__in: this.image } });
|
||||
this.image.map((v) => {
|
||||
let found = this.$find(files, { file: v });
|
||||
arr.push({ image: `${this.$getpath()}download/?name=${v}`, file: found });
|
||||
|
||||
Reference in New Issue
Block a user