Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
wangjiahao
2021-11-03 14:21:34 +08:00
2 changed files with 4 additions and 4 deletions

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
}
},