if (type === 'start') {
      if (this.range.startDate) this.range.startDate.setMinutes(newVal);
      this.startMinute = newVal;
    } else {