From 2d3e8c733c59468a0447a33b716cd9ae261f3eba Mon Sep 17 00:00:00 2001 From: yy2205 <2238220225@qq.com> Date: Sun, 20 Apr 2025 18:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=BF=AB=E6=8D=B7=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E7=9B=B4=E6=8E=A5=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sta/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/sta/index.vue b/src/views/sta/index.vue index 22de025..251e2c8 100644 --- a/src/views/sta/index.vue +++ b/src/views/sta/index.vue @@ -125,9 +125,8 @@ const changeRadio = (e) => { case 4 : start.setMonth(start.getMonth() - 1);break default : start.setDate(start.getDate() -7) } - console.log(time.value) time.value = [formatDate(start,'YYYY-MM-DD'),formatDate(end,'YYYY-MM-DD')] - // getList() + getList() } const changeDatePick = () => { radioType.value = null @@ -185,7 +184,7 @@ const dataProcessing = (data) => { } onMounted(()=>{ changeRadio(3) - getList() + // getList() })