上传历史记录修改

master
wanglei 1 year ago
parent 3b97439ddd
commit eb59411a94

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

Loading…
Cancel
Save