From 985633d68fd4a4fc0be2e6ebc7688d7746a6fbab Mon Sep 17 00:00:00 2001 From: Kui2 <461671400@qq.com> Date: Tue, 30 Apr 2019 14:24:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E6=8A=A5=E8=B4=A6=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ShoppingStore/ShoppingReimbursement.vue | 4 ++-- src/components/ShoppingStore/ShoppingReimbursement2.vue | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/ShoppingStore/ShoppingReimbursement.vue b/src/components/ShoppingStore/ShoppingReimbursement.vue index c494b569e..87b2bdd93 100644 --- a/src/components/ShoppingStore/ShoppingReimbursement.vue +++ b/src/components/ShoppingStore/ShoppingReimbursement.vue @@ -359,8 +359,8 @@ "-" + myDate.getDate(); this.msg.StartDate = nowDate; - this.msg.StartDate = '2019-01-01'; - this.msg.EndDate = '2019-02-01' + // this.msg.StartDate = '2019-01-01'; + // this.msg.EndDate = '2019-02-01' this.getLineList(); this.getList(); }, diff --git a/src/components/ShoppingStore/ShoppingReimbursement2.vue b/src/components/ShoppingStore/ShoppingReimbursement2.vue index 373e1cc9d..9f32782bd 100644 --- a/src/components/ShoppingStore/ShoppingReimbursement2.vue +++ b/src/components/ShoppingStore/ShoppingReimbursement2.vue @@ -342,8 +342,6 @@ "-" + myDate.getDate(); this.msg.StartDate = nowDate; - // this.msg.StartDate = ''; - // this.msg.EndDate = '' this.getLineList(); this.getList(); }, -- 2.18.1