@ -240,6 +240,7 @@ export default {
muPath: null,
recognize: null,
errorCorrect: null,
createTime: null
},
percentage: 0,
openProgress: false,
@ -265,7 +266,7 @@ export default {
// 业务类型选择
handleYwType(ywType){
this.resetQuery()
this.resetForm("queryForm");
if(this.queryParams.ywType!==ywType){
this.queryParams.ywType=ywType;
this.handleQuery()