Update src/component/PreviewTable.vue

Co-authored-by: MengYX <admin@mengyx.cn>
This commit is contained in:
xhacker-zzz 2021-12-22 22:38:00 +08:00 committed by GitHub
parent 3a859259c6
commit e4ae11cfc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export default {
handleDownload(row) {
this.$emit('download', row);
},
regenerate(row) {
async regenerate(row) {
const fileBuffer = await GetArrayBuffer(row.blob)
const musicMeta = await metaParseBlob(row.blob);
const imageInfo = await GetImageFromURL(row.picture);