diff --git a/project/xiushan/apps/financing/AppGrabLog/grabList.vue b/project/xiushan/apps/financing/AppGrabLog/grabList.vue index 004bbded..b0c93487 100644 --- a/project/xiushan/apps/financing/AppGrabLog/grabList.vue +++ b/project/xiushan/apps/financing/AppGrabLog/grabList.vue @@ -80,8 +80,8 @@ export default { }, handleFilterApplyTime() { this.page.current = 1 - this.search.createTimeStart = this.search.applyTime?.[0] - this.search.createTimeEnd = this.search.applyTime?.[1] + this.search.createTimeStart = this.search.applyTime?.[0].substring(0,10) + this.search.createTimeEnd = this.search.applyTime?.[1].substring(0,10) this.getTableData() } },