remove verbose

This commit is contained in:
marvzhang
2020-01-19 12:31:21 +08:00
parent 074bddfbb7
commit a537db79b1

View File

@@ -264,11 +264,9 @@ export default {
},
watch: {
data () {
console.log('data', this.data)
this.updateCronFromData()
},
cron () {
console.log('cron', this.cron)
this.$emit('change', this.cron)
}
},