Browse Source

修改时间模型错误

pull/132/head
xuxiaoming 3 years ago
parent
commit
84fbfd4c11
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      src/views/factoryModel/timeModel/dayModel/shiftCconfiguration.vue

+ 5
- 1
src/views/factoryModel/timeModel/dayModel/shiftCconfiguration.vue View File

@ -173,7 +173,11 @@ export default {
}, },
watch: { watch: {
formData(data, oldValue) { 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"]){ if(this.formData["DayModel-EnableS"+this.shiftIndex+"CrossDayToggle"]){
this.end= "47:59" this.end= "47:59"
} }


Loading…
Cancel
Save