mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 01:46:43 +08:00
大单榜保留数据从10天改为30天
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user