Browse Source

Merge branch 'wudi' of gitadmin/tuoheng_pilot_web into develop

pull/86/head
吴迪 1 year ago
parent
commit
e38ccc5c81
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/UploadVod/index.vue

+ 1
- 1
src/components/UploadVod/index.vue View File

data.fileList.forEach((item) => { data.fileList.forEach((item) => {
if (item.name === fileName) { if (item.name === fileName) {
item.status = progressPercent === 100 ? 'success' : 'uploading' item.status = progressPercent === 100 ? 'success' : 'uploading'
item.percent = progressPercent
item.percentage = progressPercent
} }
}) })
}, },

Loading…
Cancel
Save