大单榜保留数据从10天改为30天

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2024-01-15 09:17:52 +08:00
parent 8a5d874a27
commit 0236e9e062

View File

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