去掉console
This commit is contained in:
@@ -36,7 +36,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
handleSelect(v) {
|
||||
console.log(v)
|
||||
if (this.mode == 'date') {
|
||||
this.selected = v.result
|
||||
this.$emit('change', v.result)
|
||||
|
||||
Reference in New Issue
Block a user