去掉console

This commit is contained in:
aixianling
2022-05-18 14:35:19 +08:00
parent d88814b84a
commit 4652ef18e5

View File

@@ -36,7 +36,6 @@ export default {
}, },
methods: { methods: {
handleSelect(v) { handleSelect(v) {
console.log(v)
if (this.mode == 'date') { if (this.mode == 'date') {
this.selected = v.result this.selected = v.result
this.$emit('change', v.result) this.$emit('change', v.result)