tdesign-react 0.32.2-alpha.4 → 0.32.2-alpha.5

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.
package/dist/tdesign.js CHANGED
@@ -56267,7 +56267,7 @@
56267
56267
  var nextDates = arguments.length > 1 ? arguments[1] : undefined;
56268
56268
  var dates = nextDates || selectedDates;
56269
56269
  submitInput(dates.map(function (d) {
56270
- return formatDate(d);
56270
+ return formatDate(d || new Date());
56271
56271
  }), true);
56272
56272
  closePicker && close();
56273
56273
  }