From e5b06fd11b34f15c8b3c0a9ec6e6d9fca2fc9179 Mon Sep 17 00:00:00 2001 From: wanglei Date: Mon, 12 Aug 2024 16:56:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/views/dangan/task/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dangan-ui/src/views/dangan/task/index.vue b/dangan-ui/src/views/dangan/task/index.vue index 54a39c2..6d14ade 100644 --- a/dangan-ui/src/views/dangan/task/index.vue +++ b/dangan-ui/src/views/dangan/task/index.vue @@ -604,7 +604,7 @@ }, form: {}, // 识别进度 - percentage: 0, + percentage: null, // 相关图片 xgtp:{ title: null, @@ -682,7 +682,7 @@ }, /** 修改按钮操作 */ handleUpdate(row) { - this.percentage = 0; + this.percentage = null; getTask(row.id).then(response => { this.form = response.data; if(this.form.status==='2'){