From 0236e9e06280e53ef07030b2e266d9a9568fc105 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Mon, 15 Jan 2024 09:17:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=8D=95=E6=A6=9C=E4=BF=9D=E7=95=99?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=BB=8E10=E5=A4=A9=E6=94=B9=E4=B8=BA30?= =?UTF-8?q?=E5=A4=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/congratulation/CongratulationList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/congratulation/CongratulationList.vue b/src/views/ebiz/congratulation/CongratulationList.vue index 5074c6ddf..ed0e950ec 100644 --- a/src/views/ebiz/congratulation/CongratulationList.vue +++ b/src/views/ebiz/congratulation/CongratulationList.vue @@ -86,7 +86,7 @@ created() { }, mounted() { - this.minDate = new Date(this.getPrevDate(10)) + this.minDate = new Date(this.getPrevDate(30)) this.titleTime = utils.formatDate(new Date(), 'yyyy-MM-dd') this.getAgentInfoFunc() this.getBranchByUserFunc()