diff --git a/dangan-ui/src/views/dangan/collection/index.vue b/dangan-ui/src/views/dangan/collection/index.vue
index 7340351..5abd7cb 100644
--- a/dangan-ui/src/views/dangan/collection/index.vue
+++ b/dangan-ui/src/views/dangan/collection/index.vue
@@ -94,7 +94,7 @@
-
{{ percentage }} /
{{ selectionList.length }}
@@ -174,7 +193,7 @@ import axios from 'axios'
export default {
name: "PictureRecard",
- dicts: ['recognize', 'yw_type'],
+ dicts: ['recognize', 'yw_type', 'error_correct'],
data() {
return {
// 遮罩层
@@ -203,6 +222,7 @@ export default {
muId: null,
muPath: null,
recognize: null,
+ errorCorrect: null,
},
percentage: 0,
openProgress: false,
@@ -228,7 +248,7 @@ export default {
},
// 业务类型选择
handleYwType(ywType){
- console.log(ywType);
+ this.resetQuery()
if(this.queryParams.ywType!==ywType){
this.queryParams.ywType=ywType;
this.handleQuery()