mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 07:36:44 +08:00
大单榜保留数据从10天改为30天
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
created() {
|
created() {
|
||||||
},
|
},
|
||||||
mounted() {
|
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.titleTime = utils.formatDate(new Date(), 'yyyy-MM-dd')
|
||||||
this.getAgentInfoFunc()
|
this.getAgentInfoFunc()
|
||||||
this.getBranchByUserFunc()
|
this.getBranchByUserFunc()
|
||||||
|
|||||||
Reference in New Issue
Block a user