@seafile/seafile-calendar 0.0.31-gzc06 → 0.0.31-gzc08
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/rc-calendar.js
CHANGED
@@ -7401,8 +7401,7 @@ var _initialiseProps = function _initialiseProps() {
|
|
7401
7401
|
// 没有内容,合法并直接退出
|
7402
7402
|
|
7403
7403
|
if (!str) {
|
7404
|
-
|
7405
|
-
console.log('defayltValue', defayltValue);
|
7404
|
+
console.log('selectedValue', selectedValue);
|
7406
7405
|
onChange(__WEBPACK_IMPORTED_MODULE_8_dayjs___default()());
|
7407
7406
|
_this2.setState({ str: '' });
|
7408
7407
|
return;
|