mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 14:22:52 +08:00
Merge branch 'feature/GFRS-1469【0630】nbsapp' into dev
This commit is contained in:
@@ -70,7 +70,7 @@ export default {
|
||||
this.params.dateType = new Date().getFullYear() + '-' + Number(new Date().getMonth() + 1) + new Date().getDate()
|
||||
} else if (type === 2) {
|
||||
//当月
|
||||
this.params.dateType = new Date().getFullYear() + '-' + new Date().getMonth() + '-01'
|
||||
this.params.dateType = new Date().getFullYear() + '-' + Number(new Date().getMonth() + 1) + '-01'
|
||||
endTime = new Date().getFullYear() + '-' + Number(new Date().getMonth() + 1) + '-' + new Date().getDate()
|
||||
} else {
|
||||
this.params.dateType = type
|
||||
|
||||
Reference in New Issue
Block a user