From fa2f22f7b5d915386a89eb0633e49e1bb0e296fb Mon Sep 17 00:00:00 2001 From: Jackwang Date: Tue, 11 Aug 2020 17:25:52 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=BF=90=E8=90=A5=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E3=80=91-=E3=80=90=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E3=80=81=E6=B7=BB=E5=8A=A0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=B4=BB=E8=B7=83=E7=8E=87=E3=80=91-=EF=BC=88=E7=8E=8B?= =?UTF-8?q?=E7=AB=A5=EF=BC=89-2020/8/11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/analysis/export/operation.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/modules/analysis/export/operation.vue b/src/views/modules/analysis/export/operation.vue index b15653e5..8ec0e55a 100644 --- a/src/views/modules/analysis/export/operation.vue +++ b/src/views/modules/analysis/export/operation.vue @@ -28,7 +28,7 @@
@@ -164,7 +165,7 @@ export default { mixins: [mixinViewModule], watch: { 'timeFlag': function (val) { - if (val === 0) { + if (val === '0') { this.dataForm.operationStartTime = '' this.dataForm.operationEndTime = '' this.time = []