소스 검색

Merge branch 'wudi' of gitadmin/tuoheng_pilot_web into develop

pull/86/head
吴迪 1 년 전
부모
커밋
e38ccc5c81
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/components/UploadVod/index.vue

+ 1
- 1
src/components/UploadVod/index.vue 파일 보기

@@ -184,7 +184,7 @@ const createUploader = () => {
data.fileList.forEach((item) => {
if (item.name === fileName) {
item.status = progressPercent === 100 ? 'success' : 'uploading'
item.percent = progressPercent
item.percentage = progressPercent
}
})
},

Loading…
취소
저장