m-datetime-picker
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -240,3 +240,4 @@ 'use strict'; | ||
cols[this.dateIndex].setValue(currentValue); | ||
// + '' 转成字符串型,因为col.values 里的1到31都是字符串型,才能匹配上 | ||
cols[this.dateIndex].setValue(currentValue + ''); | ||
} | ||
@@ -243,0 +244,0 @@ }, { |
{ | ||
"name": "m-datetime-picker", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "m-datetime-picker 日期时间选择器,基于m-picker扩展来", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25352
245