From 84fbfd4c111ac51666bd5a18e5d28a46810b2372 Mon Sep 17 00:00:00 2001 From: xuxiaoming Date: Sat, 25 Dec 2021 18:45:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../factoryModel/timeModel/dayModel/shiftCconfiguration.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" }