bk-magic-vue 2.4.8-beta.5 → 2.4.8-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11094,7 +11094,7 @@
11094
11094
  return newDate["set".concat(_this3.capitalize(type))](date[type]);
11095
11095
  });
11096
11096
  if (emit) {
11097
- this.$emit('pick', newDate, false, 'time');
11097
+ this.$emit('pick', newDate, true, 'time');
11098
11098
  }
11099
11099
  }
11100
11100
  }
@@ -11726,7 +11726,7 @@
11726
11726
  }
11727
11727
  }
11728
11728
  if (emit) {
11729
- this.$emit('pick', [dateStart, dateEnd], false, 'time');
11729
+ this.$emit('pick', [dateStart, dateEnd], true, 'time');
11730
11730
  }
11731
11731
  },
11732
11732
  handleStartChange: function handleStartChange(date) {