Browse Source

进度条

xiaochan 3 years ago
parent
commit
75ed18afdd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/components/progress/Index.vue

+ 3 - 0
src/components/progress/Index.vue

@@ -115,6 +115,7 @@ export default {
         try {
           jdtRef.scrollTop = jdtRef.scrollHeight
         } catch (e) {
+          console.error("小bug不用管")
         }
       }
     }
@@ -186,6 +187,8 @@ export default {
             }
           })
           tips.value = `数据上传完成:成功:【${success}】、错误:【${danger}】、内部错误:【${warning}】、未知:【${info}】、总条数:【${jdtData.value.length}】`
+        } else {
+          tips.value = '上传成功'
         }
         tabName.value = "结果"
       }