From c54ebb183394807bf5662b118036283d67b37b49 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 27 Mar 2023 15:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/receive/selectReveiceListDialog.vue | 8 ++++---- src/views/purchase/purApply/pureApplyAudit.vue | 2 +- src/views/purchase/purApply/pureApplySearch.vue | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/inout/receive/selectReveiceListDialog.vue b/src/views/inout/receive/selectReveiceListDialog.vue index bd24523d..ad3799e1 100644 --- a/src/views/inout/receive/selectReveiceListDialog.vue +++ b/src/views/inout/receive/selectReveiceListDialog.vue @@ -197,11 +197,11 @@ export default { }, getList() { if (this.actDateRange != null) { - this.filterQuery.startDate = this.actDateRange[0]; - this.filterQuery.endDate = this.actDateRange[1]; + this.filterQuery.startTime = this.actDateRange[0]; + this.filterQuery.endTime = this.actDateRange[1]; } else { - this.filterQuery.startDate = null; - this.filterQuery.endDate = null; + this.filterQuery.startTime = null; + this.filterQuery.endTime = null; } this.loading = true; this.filterQuery.status = 3; diff --git a/src/views/purchase/purApply/pureApplyAudit.vue b/src/views/purchase/purApply/pureApplyAudit.vue index 9a9b353e..39af0bb1 100644 --- a/src/views/purchase/purApply/pureApplyAudit.vue +++ b/src/views/purchase/purApply/pureApplyAudit.vue @@ -27,7 +27,7 @@ - + - +