From b617e3d18bf181643d410d8c41f6d0b1c6e327a3 Mon Sep 17 00:00:00 2001 From: wanglei Date: Wed, 31 Jul 2024 16:35:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=AE=B0=E5=BD=95=20?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E8=AF=86=E5=88=AB=E9=83=BD=20=E9=80=89?= =?UTF-8?q?=E6=8B=A9=20=E8=AF=86=E5=88=AB=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/views/dangan/task/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dangan-ui/src/views/dangan/task/index.vue b/dangan-ui/src/views/dangan/task/index.vue index e0e1852..b4ae638 100644 --- a/dangan-ui/src/views/dangan/task/index.vue +++ b/dangan-ui/src/views/dangan/task/index.vue @@ -414,13 +414,15 @@ // 创建识别任务 cjsbrw(row){ this.dAType.selRow = row; + this.dAType.sbType = row.ywType; + this.dAType.open = true; - if(row.failNum===row.num){ + /*if(row.failNum===row.num){ this.dAType.sbType = row.ywType; this.dAType.open = true; }else { this.onReRecongnize() - } + }*/ }, // 识别类型选择