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