@xtdev/xt-miniprogram-ui 1.2.55 → 1.2.56

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.
@@ -614,7 +614,7 @@ Component({
614
614
  if (filtType === 'yearMonth') {
615
615
  resetDateStr = `${curDateArr[0]}年${curDateArr[1]}月`;
616
616
  resetDateArr = [curDateArr[0] - (minDateArr && minDateArr[0] ? minDateArr[0] : 1990), curDateArr[1] - 1, curDateArr[2] - 1];
617
- resetDateValue = `${curDateArr[0]}-${curDateArr[1]}}`;
617
+ resetDateValue = `${curDateArr[0]}-${curDateArr[1]}`;
618
618
  } else {
619
619
  resetDateStr = `${curDateArr[0]}年${curDateArr[1]}月${curDateArr[2]}日`;
620
620
  resetDateArr = [curDateArr[0] - (minDateArr && minDateArr[0] ? minDateArr[0] : 1990), curDateArr[1] - 1, curDateArr[2] - 1];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xtdev/xt-miniprogram-ui",
3
- "version": "1.2.55",
3
+ "version": "1.2.56",
4
4
  "description": "",
5
5
  "miniprogram": "libs",
6
6
  "publishConfig": {