mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
refactor: cron组件
This commit is contained in:
@@ -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
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user