From 1015276bcd965e9111e562b65d36280fedae016e Mon Sep 17 00:00:00 2001 From: RenCheng Date: Sat, 1 Mar 2025 12:05:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=86=85=E5=AE=B9=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/data/dataManage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/data/dataManage.vue b/src/views/data/dataManage.vue index b8228fd..9c40c65 100644 --- a/src/views/data/dataManage.vue +++ b/src/views/data/dataManage.vue @@ -84,7 +84,7 @@ this.contentList.push(data.content); } if(data.currProgress != null){ - this.contentList.push(data.content); + this.percent = data.currProgress; } }, websocketclose: function (e) {