提交 21a8dce8 authored 作者: junjie's avatar junjie

refactor: cron组件

上级 d0e079b5
...@@ -126,9 +126,9 @@ export default { ...@@ -126,9 +126,9 @@ export default {
}) })
} }
const v = `${this.sVal} ${this.mVal} ${this.hVal} ${this.dVal} ${this.monthVal} ${this.weekVal} ${this.yearVal}` const v = `${this.sVal} ${this.mVal} ${this.hVal} ${this.dVal} ${this.monthVal} ${this.weekVal} ${this.yearVal}`
if (v !== this.value) { // if (v !== this.value) {
this.$emit('input', v) this.$emit('input', v)
} // }
return v return v
} }
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论