refactor: cron组件
This commit is contained in:
parent
3527f3b239
commit
330d5370d6
@ -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
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user