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() - } + }*/ }, // 识别类型选择