From afa15a738c364a9f74d589173b326945b64dc644 Mon Sep 17 00:00:00 2001 From: wanglei Date: Wed, 26 Jun 2024 12:12:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=8E=86=E5=8F=B2=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=98=AF=E5=90=A6=E7=BA=A0=E9=94=99=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/dangan/collection/index.vue | 4 +-- .../src/views/dangan/pictureRecard/index.vue | 26 ++++++++++++++++--- 2 files changed, 25 insertions(+), 5 deletions(-) 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()