diff --git a/src/views/fac_cal/mpointstat.vue b/src/views/fac_cal/mpointstat.vue index 25318421..1f75dc83 100644 --- a/src/views/fac_cal/mpointstat.vue +++ b/src/views/fac_cal/mpointstat.vue @@ -184,11 +184,11 @@ export default { paramsM2: {page: 0}, apiObj: this.$API.enm.mpoint.stat, params: { - type: "day", + // type: "day", }, query: { mpoint: null, - type: "day_s", + type: "day", start_time: null, end_time: null, },