diff --git a/src/views/ManufacturingCenter/ProcessingStatus/index.vue b/src/views/ManufacturingCenter/ProcessingStatus/index.vue index 271a8239..e1c418f4 100644 --- a/src/views/ManufacturingCenter/ProcessingStatus/index.vue +++ b/src/views/ManufacturingCenter/ProcessingStatus/index.vue @@ -448,12 +448,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