From 2a2e965c5a55fa0068b88dc75174479fddf13be8 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Mon, 4 Jul 2022 17:04:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4=E4=BC=A0?= =?UTF-8?q?=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Statistics/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Statistics/index.vue b/src/views/Statistics/index.vue index 7bb97c2..aeec3f8 100644 --- a/src/views/Statistics/index.vue +++ b/src/views/Statistics/index.vue @@ -272,7 +272,7 @@ export default { }, //自定义时间 confirmtime() { - this.TimetoAhoose = 6; + this.TimetoAhoose = 7; this.fromobj.starttime = this.customtime[0]; this.fromobj.endoftime = this.customtime[1]; this.getorgCode(); @@ -291,7 +291,7 @@ export default { this.numlist = []; this.objlist = []; var dateType = ""; - if (this.TimetoAhoose == 6) { + if (this.TimetoAhoose == 7) { dateType = ""; } else { dateType = this.TimetoAhoose;