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()