diff --git a/src/views/factoryModel/timeModel/dayModel/shiftCconfiguration.vue b/src/views/factoryModel/timeModel/dayModel/shiftCconfiguration.vue index 5da7428..f06ac62 100644 --- a/src/views/factoryModel/timeModel/dayModel/shiftCconfiguration.vue +++ b/src/views/factoryModel/timeModel/dayModel/shiftCconfiguration.vue @@ -173,7 +173,11 @@ export default { }, watch: { formData(data, oldValue) { - console.log('%cshiftCconfiguration.vue line:175 object1', 'color: #007acc;', this.formData["DayModel-EnableS"+this.shiftIndex+"CrossDayToggle"]); + if(this.formData["DayModel-EnableS"+this.shiftIndex+"CrossDayToggle"]){ + this.end= "47:59" + } + }, + shiftIndex(data, oldValue) { if(this.formData["DayModel-EnableS"+this.shiftIndex+"CrossDayToggle"]){ this.end= "47:59" }