Commit b86ba761 by shaojiawen

update: 时间选择注释

parent 735a363e
...@@ -15,7 +15,6 @@ export default { ...@@ -15,7 +15,6 @@ export default {
return { return {
onPick(obj) { onPick(obj) {
pickerMinDate = obj.minDate; pickerMinDate = obj.minDate;
console.log(obj);
}, },
disabledDate(time) { disabledDate(time) {
let start = new Date(); let start = new Date();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment