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 @@
-
将文件拖到此处,或点击上传
-
只能上传图片,且不超过200MB
+
只能上传图片,且不超过100MB
-
{{ 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()