From 86af5e096d9b53bd144da39b92623d1d65f968fe Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Wed, 10 May 2023 14:40:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E7=94=B3=E8=B4=AD=E5=8D=95?= =?UTF-8?q?=20=E6=97=A0=E6=B3=95=E6=A0=B9=E6=8D=AE=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=9F=A5=E8=AF=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/purApply/pureApplySearch.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/purchase/purApply/pureApplySearch.vue b/src/views/purchase/purApply/pureApplySearch.vue index d278bf74..4f3d69d2 100644 --- a/src/views/purchase/purApply/pureApplySearch.vue +++ b/src/views/purchase/purApply/pureApplySearch.vue @@ -330,10 +330,10 @@ export default { this.filterQuery.endDate = null; } if (this.actAuditDateRange != null) { - this.filterQuery.starAuditDate = this.actAuditDateRange[0]; + this.filterQuery.startAuditDate = this.actAuditDateRange[0]; this.filterQuery.endAuditDate = this.actAuditDateRange[1]; } else { - this.filterQuery.starAuditDate = null; + this.filterQuery.startAuditDate = null; this.filterQuery.endAuditDate = null; } this.loading = true;