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;