From c70578f0052222092f7c91ae4e0fb07dd429e0a3 Mon Sep 17 00:00:00 2001 From: wanglei Date: Wed, 31 Jul 2024 11:16:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=8E=86=E5=8F=B2=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E3=80=81=E4=BB=BB=E5=8A=A1=E8=AE=B0=E5=BD=95=E3=80=81?= =?UTF-8?q?=E6=A1=A3=E6=A1=88=E9=87=87=E9=9B=86=E8=AF=86=E5=88=AB=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E9=BB=98=E8=AE=A4=E4=B8=9A=E5=8A=A1=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/views/dangan/collection/index.vue | 2 +- dangan-ui/src/views/dangan/pictureRecard/index.vue | 2 +- dangan-ui/src/views/dangan/task/index.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dangan-ui/src/views/dangan/collection/index.vue b/dangan-ui/src/views/dangan/collection/index.vue index 2a92bff..82c3db9 100644 --- a/dangan-ui/src/views/dangan/collection/index.vue +++ b/dangan-ui/src/views/dangan/collection/index.vue @@ -742,7 +742,7 @@ export default { }, // 创建识别任务 cjsbrw(){ - this.dAType.sbType = null; + this.dAType.sbType = this.dangAnNode.data.ywType; this.dAType.open = true; }, // 识别类型选择 diff --git a/dangan-ui/src/views/dangan/pictureRecard/index.vue b/dangan-ui/src/views/dangan/pictureRecard/index.vue index 39fe842..d056b86 100644 --- a/dangan-ui/src/views/dangan/pictureRecard/index.vue +++ b/dangan-ui/src/views/dangan/pictureRecard/index.vue @@ -410,7 +410,7 @@ export default { }, // 创建识别任务 cjsbrw(){ - this.dAType.sbType = null; + this.dAType.sbType = this.queryParams.ywType; this.dAType.open = true; }, // 识别类型选择 diff --git a/dangan-ui/src/views/dangan/task/index.vue b/dangan-ui/src/views/dangan/task/index.vue index ed90a45..e0e1852 100644 --- a/dangan-ui/src/views/dangan/task/index.vue +++ b/dangan-ui/src/views/dangan/task/index.vue @@ -416,7 +416,7 @@ this.dAType.selRow = row; if(row.failNum===row.num){ - this.dAType.sbType = null; + this.dAType.sbType = row.ywType; this.dAType.open = true; }else { this.onReRecongnize()