上传历史记录、任务记录、档案采集识别类型默认业务类型修改

master
wanglei 1 year ago
parent 9f43adeaaf
commit c70578f005

@ -742,7 +742,7 @@ export default {
},
//
cjsbrw(){
this.dAType.sbType = null;
this.dAType.sbType = this.dangAnNode.data.ywType;
this.dAType.open = true;
},
//

@ -410,7 +410,7 @@ export default {
},
//
cjsbrw(){
this.dAType.sbType = null;
this.dAType.sbType = this.queryParams.ywType;
this.dAType.open = true;
},
//

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

Loading…
Cancel
Save