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()