[Doc] DatetimePicker: usage of minTime/maxTime

This commit is contained in:
陈嘉涵
2018-03-22 16:46:06 +08:00
parent a0bed46a63
commit 75fb2544ff
4 changed files with 3 additions and 13 deletions

View File

@@ -257,7 +257,6 @@ export default create({
},
updateColumnValue(value) {
console.log(value, this.type);
let values = [];
if (this.type === 'time') {
const currentValue = value.split(':');