diff --git a/src/views/ManufacturingCenter/ProcessingStatusEdit/index.vue b/src/views/ManufacturingCenter/ProcessingStatusEdit/index.vue index c303aba3..4c33cbfe 100644 --- a/src/views/ManufacturingCenter/ProcessingStatusEdit/index.vue +++ b/src/views/ManufacturingCenter/ProcessingStatusEdit/index.vue @@ -545,12 +545,12 @@ export default { } else { this.checkbox_number = true } - if(this.startTime === '' || this.startTime === null) { + if (this.startTime === '' || this.startTime === null) { this.startTime_check = 0 } else { this.startTime_check = 1 } - if(this.endTime === '' || this.endTime === null) { + if (this.endTime === '' || this.endTime === null) { this.endTime_check = 0 } else { this.endTime_check = 1