From 91a2a84d9eb94eeafcbb27b8b7027ff14f08f5ed Mon Sep 17 00:00:00 2001 From: caoxinyu Date: Fri, 15 Mar 2019 09:02:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=B7=A5=E8=BF=9B=E5=BA=A6=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=A2=9E=E5=8A=A0=E6=97=B6=E9=97=B4=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ManufacturingCenter/ProcessingStatus/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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