From eb59411a9466886bd235dc6ae6d1f5558533a376 Mon Sep 17 00:00:00 2001 From: wanglei Date: Mon, 15 Jul 2024 17:18:57 +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=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/views/dangan/pictureRecard/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dangan-ui/src/views/dangan/pictureRecard/index.vue b/dangan-ui/src/views/dangan/pictureRecard/index.vue index 190523a..8cdf509 100644 --- a/dangan-ui/src/views/dangan/pictureRecard/index.vue +++ b/dangan-ui/src/views/dangan/pictureRecard/index.vue @@ -240,6 +240,7 @@ export default { muPath: null, recognize: null, errorCorrect: null, + createTime: null }, percentage: 0, openProgress: false, @@ -265,7 +266,7 @@ export default { }, // 业务类型选择 handleYwType(ywType){ - this.resetQuery() + this.resetForm("queryForm"); if(this.queryParams.ywType!==ywType){ this.queryParams.ywType=ywType; this.handleQuery()