From 8a8055e207b1d529bf290416b800ddec7ea020a7 Mon Sep 17 00:00:00 2001 From: RenCheng Date: Sat, 1 Mar 2025 13:17:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=BF=9B=E5=BA=A6=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/data/dataCleansing.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/data/dataCleansing.vue b/src/views/data/dataCleansing.vue index 728a8f2..0d68205 100644 --- a/src/views/data/dataCleansing.vue +++ b/src/views/data/dataCleansing.vue @@ -83,9 +83,6 @@ if(data.content.length >0){ this.contentList.push(data.content); } - if(data.currProgress != null){ - this.percent = data.currProgress; - } }, websocketclose: function (e) { console.log("connection closed (" + e + ")");