refactor: cron组件

This commit is contained in:
junjie 2021-11-03 14:08:31 +08:00
parent 3527f3b239
commit 330d5370d6

View File

@ -126,9 +126,9 @@ export default {
})
}
const v = `${this.sVal} ${this.mVal} ${this.hVal} ${this.dVal} ${this.monthVal} ${this.weekVal} ${this.yearVal}`
if (v !== this.value) {
this.$emit('input', v)
}
// if (v !== this.value) {
this.$emit('input', v)
// }
return v
}
},