From f6ac139bf416f98c3a3d28f6b1d80e4598bd648f Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期日, 29 九月 2024 18:41:20 +0800 Subject: [PATCH] ll --- admin/src/views/business/platformInterfaceLog.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/admin/src/views/business/platformInterfaceLog.vue b/admin/src/views/business/platformInterfaceLog.vue index c554833..70b00ca 100644 --- a/admin/src/views/business/platformInterfaceLog.vue +++ b/admin/src/views/business/platformInterfaceLog.vue @@ -113,16 +113,16 @@ methods: { changeRadio (e) { if (e === '0') { - this.searchForm.startTime = timeForMat(0)[0] - this.searchForm.endTime = timeForMat(0)[1] + this.searchForm.startDate = timeForMat(0)[0] + this.searchForm.endDate = timeForMat(0)[1] this.time = timeForMat(0) } else if (e === '1') { - this.searchForm.startTime = timeForMat(6)[0] - this.searchForm.endTime = timeForMat(6)[1] + this.searchForm.startDate = timeForMat(6)[0] + this.searchForm.endDate = timeForMat(6)[1] this.time = timeForMat(6) } else if (e === '2') { - this.searchForm.startTime = timeForMat(29)[0] - this.searchForm.endTime = timeForMat(29)[1] + this.searchForm.startDate = timeForMat(29)[0] + this.searchForm.endDate = timeForMat(29)[1] this.time = timeForMat(29) } this.search() -- Gitblit v1.9.3