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