소스 검색

Merge branch 'feature_20260506_增加照片上传进度UI效果' into uat(dev)

zhujindu 1 일 전
부모
커밋
9f2c07929d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/uploadVNormalTaskPhoto.vue

+ 1 - 0
src/components/uploadVNormalTaskPhoto.vue

@@ -391,6 +391,7 @@ export default {
         clearTimeout(this.d2timer);
         this.d2running = false;
         this.d2count = 0;
+        this.uploadImgTotal = 0;
         document.getElementById('d2ring').style.strokeDashoffset = 251.2;
         document.getElementById('d2pct').textContent = '0%';
         document.getElementById('d2sub').textContent = '上传中';